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 |
Definition at line 54 of file Curve.h.
Referenced by SeExpr2::Curve< T >::preparePoints().
InterpType SeExpr2::Curve< T >::CV::_interp |
Definition at line 55 of file Curve.h.
Referenced by GenericCurveEditable< TVAL >::appendString(), CCurveControl::CCurveControl(), CurveControl::CurveControl(), CCurveScene::mousePressEvent(), CurveScene::mousePressEvent(), and SeExpr2::Curve< T >::preparePoints().
double SeExpr2::Curve< T >::CV::_pos |
Definition at line 53 of file Curve.h.
Referenced by GenericCurveEditable< TVAL >::appendString(), CCurveControl::CCurveControl(), CurveControl::CurveControl(), SeExpr2::Curve< T >::cvLessThan(), CCurveScene::drawPoints(), CurveScene::drawPoints(), and SeExpr2::Curve< T >::preparePoints().
T SeExpr2::Curve< T >::CV::_val |
Definition at line 54 of file Curve.h.
Referenced by GenericCurveEditable< TVAL >::appendString(), CCurveControl::CCurveControl(), CurveControl::CurveControl(), CCurveScene::drawPoints(), CurveScene::drawPoints(), and SeExpr2::Curve< T >::preparePoints().