|
OpenSceneGraph
3.0.1
|
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::TemplateCubicBezier | ( | ) | [inline] |
| osgAnimation::TemplateCubicBezier::TemplateCubicBezier | ( | const T & | p, |
| const T & | i, | ||
| const T & | o | ||
| ) | [inline] |
| osgAnimation::TemplateCubicBezier::TemplateCubicBezier | ( | const T & | p | ) | [inline] |
| const T& osgAnimation::TemplateCubicBezier::getControlPointIn | ( | ) | const [inline] |
References _controlPointIn.
| T& osgAnimation::TemplateCubicBezier::getControlPointIn | ( | ) | [inline] |
References _controlPointIn.
| const T& osgAnimation::TemplateCubicBezier::getControlPointOut | ( | ) | const [inline] |
References _controlPointOut.
| T& osgAnimation::TemplateCubicBezier::getControlPointOut | ( | ) | [inline] |
References _controlPointOut.
| const T& osgAnimation::TemplateCubicBezier::getPosition | ( | ) | const [inline] |
References _position.
| T& osgAnimation::TemplateCubicBezier::getPosition | ( | ) | [inline] |
References _position.
| void osgAnimation::TemplateCubicBezier::setControlPointIn | ( | const T & | v | ) | [inline] |
References _controlPointIn.
| void osgAnimation::TemplateCubicBezier::setControlPointOut | ( | const T & | v | ) | [inline] |
References _controlPointOut.
| void osgAnimation::TemplateCubicBezier::setPosition | ( | const T & | v | ) | [inline] |
References _position.
| std::ostream& operator<< | ( | std::ostream & | output, |
| const TemplateCubicBezier< T > & | tcb | ||
| ) | [friend] |
| std::istream& operator>> | ( | std::istream & | input, |
| TemplateCubicBezier< T > & | tcb | ||
| ) | [friend] |
T osgAnimation::TemplateCubicBezier::_controlPointIn [protected] |
Referenced by getControlPointIn(), and setControlPointIn().
T osgAnimation::TemplateCubicBezier::_controlPointOut [protected] |
Referenced by getControlPointOut(), and setControlPointOut().
T osgAnimation::TemplateCubicBezier::_position [protected] |
Referenced by getPosition(), and setPosition().
| Generated at Tue Oct 11 2011 20:19:56 for the OpenSceneGraph by doxygen 1.7.5. |