FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | Public Attributes | List of all members
Fiber::Curve::StepSize Struct Reference

Compute the step size of a curve. More...

#include <CurveOperators.hpp>

Public Types

typedef MemArray< 1, doubleResultArray_t
 
typedef CurveOperatorData Constructor_t
 

Public Member Functions

 StepSize (const CurveOperatorData &CurveData, const MemBase::Creator_t &C=MemCore::NullPtr())
 
RefPtr< ResultArray_tresult () const
 
void apply (const CreativeIterator< Eagle::PhysicalSpace::point > &Vertices, const std::vector< LineSet::LineIndex_t > &Line)
 

Public Attributes

RefPtr< MemArray< 1, double > > Data
 

Detailed Description

Compute the step size of a curve.

Use in conjunction with an OnDemandCreator. Example:

(*MyLineSet.CartesianVertices)[ "StepSize" ]
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
A Field is a collection of CreativeArrayBase reference pointers which are accessed via FragmentID obj...
Definition Field.hpp:245

Constructor & Destructor Documentation

◆ StepSize()

Fiber::Curve::StepSize::StepSize ( const CurveOperatorData CurveData,
const MemBase::Creator_t C = MemCore::NullPtr() 
)
inline
Todo:
Implement cache management