Developer Documentation
|
Public Types | |
typedef std::vector< Scalar > | Target |
typedef std::pair< Scalar, Target > | Point |
Public Member Functions | |
InterpolationT (Point _P0, Point _P1) | |
virtual Target | getValue (Scalar _atInput)=0 |
virtual Scalar | getMaxInput ()=0 |
virtual Scalar | getMinInput ()=0 |
Protected Attributes | |
Point | P0_ |
Point | P1_ |
Definition at line 49 of file InterpolationT.hh.
typedef std::pair<Scalar, Target> InterpolationT< Scalar >::Point |
Definition at line 53 of file InterpolationT.hh.
typedef std::vector<Scalar> InterpolationT< Scalar >::Target |
Definition at line 52 of file InterpolationT.hh.
|
inline |
Definition at line 53 of file InterpolationT.hh.
|
protected |
Definition at line 62 of file InterpolationT.hh.
|
protected |
Definition at line 63 of file InterpolationT.hh.