|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
An operator for OnDemandCreators to be used on LineSet's. More...
#include <CurveDerivative.hpp>
Public Types | |
| typedef Metric::point | point |
| typedef MemArray< 1, Type > | ResultArray_t |
| typedef DerivativeOperatorData | Constructor_t |
| typedef std::string | Parameters |
Public Types inherited from Fiber::EuclideanMetric | |
| typedef Eagle::PhysicalSpace::point | point |
| typedef Eagle::PhysicalSpace::vector | tvector |
Public Member Functions | |
| RefPtr< ResultArray_t > | result () const |
| CurveDerivative (const Constructor_t &C, const MemBase::Creator_t &Crec) | |
| void | apply (const CreativeIterator< Eagle::PhysicalSpace::point > &Vertices, const LineSet::LineIndices_t &Line) |
Public Attributes | |
| RefPtr< MemArray< 1, Type > > | Quantity |
| RefPtr< MemArray< 1, Type > > | DerivedQuantity |
Additional Inherited Members | |
Static Public Member Functions inherited from Fiber::EuclideanMetric | |
| static double | norm2 (index_t i0, index_t i1, const point &P0, const point &P1, const tvector &V) |
| static double | norm (index_t i0, index_t i1, const point &P0, const point &P1, const tvector &V) |
| static double | distance (index_t i0, index_t i1, const point &P0, const point &P1) |
Static Public Member Functions inherited from Fiber::IdentityOperator | |
| template<class ValueType , class PointType > | |
| static const ValueType & | compute (const ValueType &Value, index_t, const PointType &) |
An operator for OnDemandCreators to be used on LineSet's.
It computes the derivative
![\[ d/ds \]](form_4.png)
of some quantity along a curve.