|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Compute the torsion of a curve, which is a line with Velocity given. More...
#include <CurveOperators.hpp>
Public Member Functions | |
| Torsion (const CurveOperatorData &CD, const MemBase::Creator_t &C=MemCore::NullPtr()) | |
| void | apply (const CreativeIterator< Eagle::PhysicalSpace::point > &Vertices, const std::vector< LineSet::LineIndex_t > &Line) |
Public Member Functions inherited from Fiber::Curve::CurveQuantity< double > | |
| 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) | |
Additional Inherited Members | |
Public Types inherited from Fiber::Curve::CurveQuantity< double > | |
| typedef CurveQuantity | CurveQuantity_t |
| typedef MemArray< 1, double > | ResultArray_t |
| typedef CurveOperatorData | Constructor_t |
Public Types inherited from Fiber::Curve::Velocity | |
| typedef CurveOperatorData | Constructor_t |
Public Attributes inherited from Fiber::Curve::CurveQuantity< double > | |
| RefPtr< ResultArray_t > | Data |
Public Attributes inherited from Fiber::Curve::Velocity | |
| RefPtr< MemArray< 1, Eagle::PhysicalSpace::tvector > > | VelocityData |
Compute the torsion of a curve, which is a line with Velocity given.
Use in conjunction with an OnDemandCreator. Example:
|
inline |