Public Types | Public Member Functions | Public Attributes

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

Compute the step size of a curve. More...

#include <CurveOperators.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

Compute the step size of a curve.

Use in conjunction with an OnDemandCreator. Example:

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

Constructor & Destructor Documentation

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

References Fiber::LineSet::getCoords().