Developer Documentation
|
Public Types | |
typedef std::vector< Scalar > | Target |
typedef std::pair< Scalar, Target > | Point |
![]() | |
typedef std::vector< Scalar > | Target |
typedef std::pair< Scalar, Target > | Point |
Public Member Functions | |
BezierInterpolationT (Point _P0, Point _P1) | |
BezierInterpolationT (Point _P0, Point _P1, Point _C0, Point _C1) | |
Target | getValue (Scalar atX) |
Scalar | getMaxInput () |
Scalar | getMinInput () |
Point & | P0 () |
Point & | C0 () |
Point & | C1 () |
Point & | P1 () |
![]() | |
InterpolationT (Point _P0, Point _P1) | |
virtual Target | getValue (Scalar _atInput)=0 |
virtual Scalar | getMaxInput ()=0 |
virtual Scalar | getMinInput ()=0 |
Protected Attributes | |
Point | C0_ |
Point | C1_ |
![]() | |
Point | P0_ |
Point | P1_ |
Definition at line 71 of file InterpolationT.hh.
typedef std::pair<Scalar, Target> BezierInterpolationT< Scalar >::Point |
Definition at line 75 of file InterpolationT.hh.
typedef std::vector<Scalar> BezierInterpolationT< Scalar >::Target |
Definition at line 74 of file InterpolationT.hh.
|
inline |
Definition at line 75 of file InterpolationT.hh.
|
inline |
Definition at line 75 of file InterpolationT.hh.
BezierInterpolationT< Scalar >::Point & BezierInterpolationT< Scalar >::C0 |
Definition at line 95 of file BezierInterpolationT_impl.hh.
BezierInterpolationT< Scalar >::Point & BezierInterpolationT< Scalar >::C1 |
Definition at line 103 of file BezierInterpolationT_impl.hh.
|
virtual |
Implements InterpolationT< Scalar >.
Definition at line 58 of file BezierInterpolationT_impl.hh.
|
virtual |
Implements InterpolationT< Scalar >.
Definition at line 72 of file BezierInterpolationT_impl.hh.
|
virtual |
Implements InterpolationT< Scalar >.
Definition at line 50 of file BezierInterpolationT_impl.hh.
BezierInterpolationT< Scalar >::Point & BezierInterpolationT< Scalar >::P0 |
Definition at line 87 of file BezierInterpolationT_impl.hh.
BezierInterpolationT< Scalar >::Point & BezierInterpolationT< Scalar >::P1 |
Definition at line 111 of file BezierInterpolationT_impl.hh.
|
protected |
Definition at line 89 of file InterpolationT.hh.
|
protected |
Definition at line 90 of file InterpolationT.hh.