|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| StackedTransformElement () | |
| StackedTransformElement (const StackedTransformElement &rhs, const osg::CopyOp &c) | |
| virtual void | applyToMatrix (osg::Matrix &matrix) const =0 |
| virtual osg::Matrix | getAsMatrix () const =0 |
| virtual bool | isIdentity () const =0 |
| virtual void | update ()=0 |
| virtual Target * | getOrCreateTarget () |
| virtual Target * | getTarget () |
| virtual const Target * | getTarget () const |
| osgAnimation::StackedTransformElement::StackedTransformElement | ( | const StackedTransformElement & | rhs, |
| const osg::CopyOp & | c | ||
| ) | [inline] |
| virtual void osgAnimation::StackedTransformElement::applyToMatrix | ( | osg::Matrix & | matrix | ) | const [pure virtual] |
| virtual osg::Matrix osgAnimation::StackedTransformElement::getAsMatrix | ( | ) | const [pure virtual] |
| virtual Target* osgAnimation::StackedTransformElement::getOrCreateTarget | ( | ) | [inline, virtual] |
| virtual Target* osgAnimation::StackedTransformElement::getTarget | ( | ) | [inline, virtual] |
| virtual const Target* osgAnimation::StackedTransformElement::getTarget | ( | ) | const [inline, virtual] |
| virtual bool osgAnimation::StackedTransformElement::isIdentity | ( | ) | const [pure virtual] |
| virtual void osgAnimation::StackedTransformElement::update | ( | ) | [pure virtual] |
| Generated at Thu Sep 27 2012 17:03:09 for the OpenSceneGraph by doxygen 1.7.6.1. |