|
SeExpr
|
#include <Curve.h>
Public Member Functions | |
| CV (double pos, const T &val, InterpType type) | |
Public Attributes | |
| double | _pos |
| T | _val |
| T | _deriv |
| InterpType | _interp |
|
inline |
| T SeExpr2::Curve< T >::CV::_deriv |
| InterpType SeExpr2::Curve< T >::CV::_interp |
Definition at line 55 of file Curve.h.
Referenced by GenericCurveEditable< SeExpr2::Vec3d >::appendString(), CCurveControl::CCurveControl(), CurveControl::CurveControl(), and CV().
| double SeExpr2::Curve< T >::CV::_pos |
Definition at line 53 of file Curve.h.
Referenced by GenericCurveEditable< SeExpr2::Vec3d >::appendString(), CCurveControl::CCurveControl(), CurveControl::CurveControl(), CV(), and SeExpr2::Curve< T >::cvLessThan().
| T SeExpr2::Curve< T >::CV::_val |
Definition at line 54 of file Curve.h.
Referenced by GenericCurveEditable< SeExpr2::Vec3d >::appendString(), CCurveControl::CCurveControl(), CurveControl::CurveControl(), and CV().