OpenSceneGraph
Public Member Functions | Protected Attributes | Friends | List of all members
osgAnimation::TemplateCubicBezier< T > Class Template Reference
Collaboration diagram for osgAnimation::TemplateCubicBezier< T >:
Collaboration graph
[legend]

Public Member Functions

 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)
 

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