Compute the proper time of a curve, which is a line with Velocity given. More...
#include <CurveOperators.hpp>
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) );
Fiber::Curve::ProperTime::ProperTime | ( | const CurveOperatorData & | CD, | |
const MemBase::Creator_t & | C = MemCore::NullPtr() | |||
) | [inline] |