|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Compute the arc length of a curve. More...
#include <CurveOperators.hpp>
Public Types | |
| typedef MemArray< 1, double > | ResultArray_t |
| typedef CurveOperatorData | Constructor_t |
Public Member Functions | |
| ArcLength (const CurveOperatorData &CurveData, const MemBase::Creator_t &C=MemCore::NullPtr()) | |
| RefPtr< ResultArray_t > | result () const |
| void | apply (const CreativeIterator< Eagle::PhysicalSpace::point > &Vertices, const std::vector< LineSet::LineIndex_t > &Line) |
Public Attributes | |
| RefPtr< MemArray< 1, double > > | Data |
Compute the arc length of a curve.
Use in conjunction with an OnDemandCreator. Example:
|
inline |