Public Types | Public Member Functions | Public Attributes

Fiber::Curve::ArcLength Struct Reference
[Predefined Grid Types]

Compute the arc length of a curve. More...

#include <CurveOperators.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

Compute the arc length of a curve.

Use in conjunction with an OnDemandCreator. Example:

 (*MyLineSet.CartesianVertices)[ "ArcLength" ] 
        = new Field( new OnDemandCreator<ArcLengthComputer>(MyLineSet) );

Constructor & Destructor Documentation

Fiber::Curve::ArcLength::ArcLength ( const CurveOperatorData CurveData,
const MemBase::Creator_t C = MemCore::NullPtr() 
) [inline]
Todo:
Implement cache management

References Fiber::LineSet::getCoords().