|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Base class for quantities computed on a curve and therefore are dependent on the velocity. More...
#include <CurveOperators.hpp>
Public Types | |
| typedef CurveQuantity | CurveQuantity_t |
| typedef MemArray< 1, FieldType > | ResultArray_t |
| typedef CurveOperatorData | Constructor_t |
Public Types inherited from Fiber::Curve::Velocity | |
| typedef CurveOperatorData | Constructor_t |
Public Member Functions | |
| CurveQuantity (const CurveOperatorData &CD, const MemBase::Creator_t &C=MemCore::NullPtr()) | |
| RefPtr< ResultArray_t > | result () const |
Public Member Functions inherited from Fiber::Curve::Velocity | |
| Velocity (const CurveOperatorData &CD) | |
Public Attributes | |
| RefPtr< ResultArray_t > | Data |
Public Attributes inherited from Fiber::Curve::Velocity | |
| RefPtr< MemArray< 1, Eagle::PhysicalSpace::tvector > > | VelocityData |
Base class for quantities computed on a curve and therefore are dependent on the velocity.
|
inline |