Public Member Functions

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

Compute the torsion of a curve, which is a line with Velocity given. More...

#include <CurveOperators.hpp>

List of all members.

Public Member Functions


Detailed Description

Compute the torsion of a curve, which is a line with Velocity given.

Use in conjunction with an OnDemandCreator. Example:

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

Constructor & Destructor Documentation

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