openscenegraph
Public Member Functions | Protected Attributes
osgAnimation::StackedMatrixElement Class Reference
Inheritance diagram for osgAnimation::StackedMatrixElement:
osgAnimation::StackedTransformElement osg::Object osg::Referenced

List of all members.

Public Member Functions

 META_Object (osgAnimation, StackedMatrixElement)
 StackedMatrixElement ()
 StackedMatrixElement (const StackedMatrixElement &, const osg::CopyOp &)
 StackedMatrixElement (const std::string &name, const osg::Matrix &matrix)
 StackedMatrixElement (const osg::Matrix &matrix)
void applyToMatrix (osg::Matrix &matrix) const
osg::Matrix getAsMatrix () const
const osg::MatrixgetMatrix () const
void setMatrix (const osg::Matrix &matrix)
bool isIdentity () const
void update ()
virtual TargetgetOrCreateTarget ()
virtual TargetgetTarget ()
virtual const TargetgetTarget () const

Protected Attributes

osg::Matrix _matrix
osg::ref_ptr< MatrixTarget_target

Constructor & Destructor Documentation

osgAnimation::StackedMatrixElement::StackedMatrixElement ( const std::string &  name,
const osg::Matrix matrix 
)

Member Function Documentation

void osgAnimation::StackedMatrixElement::applyToMatrix ( osg::Matrix matrix) const [inline, virtual]
virtual Target* osgAnimation::StackedMatrixElement::getTarget ( ) [inline, virtual]
virtual const Target* osgAnimation::StackedMatrixElement::getTarget ( ) const [inline, virtual]
bool osgAnimation::StackedMatrixElement::isIdentity ( ) const [inline, virtual]

Member Data Documentation


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