|
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 58 of file InterpolationT.hh.