Public Member Functions

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

Compute the proper time 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 proper time of a curve, which is a line with Velocity given.

Use in conjunction with an OnDemandCreator. Example:

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

Constructor & Destructor Documentation

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