OpenSceneGraph 2.8.3
|
Public Member Functions | |
TemplateCubicBezier () | |
TemplateCubicBezier (const T &p, const T &i, const T &o) | |
TemplateCubicBezier (const T &p) | |
const T & | getPosition () const |
const T & | getControlPointIn () const |
const T & | getControlPointOut () const |
T & | getPosition () |
T & | getControlPointIn () |
T & | getControlPointOut () |
void | setPosition (const T &v) |
void | setControlPointIn (const T &v) |
void | setControlPointOut (const T &v) |
Protected Attributes | |
T | _position |
T | _controlPointIn |
T | _controlPointOut |
Friends | |
std::ostream & | operator<< (std::ostream &output, const TemplateCubicBezier< T > &tcb) |
std::istream & | operator>> (std::istream &input, TemplateCubicBezier< T > &tcb) |
osgAnimation::TemplateCubicBezier< T >::TemplateCubicBezier | ( | ) | [inline] |
osgAnimation::TemplateCubicBezier< T >::TemplateCubicBezier | ( | const T & | p, |
const T & | i, | ||
const T & | o | ||
) | [inline] |
osgAnimation::TemplateCubicBezier< T >::TemplateCubicBezier | ( | const T & | p | ) | [inline] |
const T& osgAnimation::TemplateCubicBezier< T >::getControlPointIn | ( | ) | const [inline] |
T& osgAnimation::TemplateCubicBezier< T >::getControlPointIn | ( | ) | [inline] |
const T& osgAnimation::TemplateCubicBezier< T >::getControlPointOut | ( | ) | const [inline] |
T& osgAnimation::TemplateCubicBezier< T >::getControlPointOut | ( | ) | [inline] |
T& osgAnimation::TemplateCubicBezier< T >::getPosition | ( | ) | [inline] |
const T& osgAnimation::TemplateCubicBezier< T >::getPosition | ( | ) | const [inline] |
void osgAnimation::TemplateCubicBezier< T >::setControlPointIn | ( | const T & | v | ) | [inline] |
void osgAnimation::TemplateCubicBezier< T >::setControlPointOut | ( | const T & | v | ) | [inline] |
void osgAnimation::TemplateCubicBezier< T >::setPosition | ( | const T & | v | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | output, |
const TemplateCubicBezier< T > & | tcb | ||
) | [friend] |
std::istream& operator>> | ( | std::istream & | input, |
TemplateCubicBezier< T > & | tcb | ||
) | [friend] |
T osgAnimation::TemplateCubicBezier< T >::_controlPointIn [protected] |
T osgAnimation::TemplateCubicBezier< T >::_controlPointOut [protected] |
T osgAnimation::TemplateCubicBezier< T >::_position [protected] |
![]() | Generated at Tue Mar 22 2011 13:20:24 for the OpenSceneGraph by doxygen 1.7.3. |