Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
BezierInterpolationT< Scalar > Class Template Reference
Inheritance diagram for BezierInterpolationT< Scalar >:
InterpolationT< Scalar >

Public Types

typedef std::vector< Scalar > Target
 
typedef std::pair< Scalar, Target > Point
 
- Public Types inherited from InterpolationT< Scalar >
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 ()
 
- Public Member Functions inherited from InterpolationT< Scalar >
 InterpolationT (Point _P0, Point _P1)
 

Protected Attributes

Point C0_
 
Point C1_
 
- Protected Attributes inherited from InterpolationT< Scalar >
Point P0_
 
Point P1_
 

Detailed Description

template<typename Scalar>
class BezierInterpolationT< Scalar >

Definition at line 80 of file InterpolationT.hh.


The documentation for this class was generated from the following files: