#include <SeCurve.h>
Public Member Functions | |
CV (double pos, const T &val, InterpType type) | |
Public Attributes | |
double | _pos |
T | _val |
T | _deriv |
InterpType | _interp |
Definition at line 38 of file SeCurve.h.
SeExpr::SeCurve< T >::CV::CV | ( | double | pos, | |
const T & | val, | |||
InterpType | type | |||
) | [inline] |
T SeExpr::SeCurve< T >::CV::_deriv |
Definition at line 44 of file SeCurve.h.
Referenced by SeExpr::SeCurve< T >::preparePoints().
InterpType SeExpr::SeCurve< T >::CV::_interp |
Definition at line 45 of file SeCurve.h.
Referenced by SeExprEdGenericCurveEditable< TVAL >::appendString(), SeExpr::SeCurve< T >::preparePoints(), SeExprEdCCurveControl::SeExprEdCCurveControl(), and SeExprEdCurveControl::SeExprEdCurveControl().
double SeExpr::SeCurve< T >::CV::_pos |
Definition at line 43 of file SeCurve.h.
Referenced by SeExprEdGenericCurveEditable< TVAL >::appendString(), SeExpr::SeCurve< T >::cvLessThan(), CurveScene::drawPoints(), CCurveScene::drawPoints(), SeExpr::SeCurve< T >::preparePoints(), SeExprEdCCurveControl::SeExprEdCCurveControl(), and SeExprEdCurveControl::SeExprEdCurveControl().
T SeExpr::SeCurve< T >::CV::_val |