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::Matrix & getMatrix () const
void setMatrix (const osg::Matrix &matrix)
bool isIdentity () const
void update ()
virtual Target * getOrCreateTarget ()
virtual Target * getTarget ()
virtual const Target * getTarget () const

Protected Attributes

osg::Matrix _matrix
osg::ref_ptr< MatrixTarget > _target

Constructor & Destructor Documentation

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

Member Function Documentation

void osgAnimation::StackedMatrixElement::applyToMatrix ( osg::Matrix &  matrix  )  const [inline, virtual]
osg::Matrix osgAnimation::StackedMatrixElement::getAsMatrix (  )  const [inline, virtual]
const osg::Matrix& osgAnimation::StackedMatrixElement::getMatrix (  )  const [inline]
virtual Target* osgAnimation::StackedMatrixElement::getOrCreateTarget (  )  [virtual]
virtual Target* osgAnimation::StackedMatrixElement::getTarget (  )  [inline, virtual]
virtual const Target* osgAnimation::StackedMatrixElement::getTarget (  )  const [inline, virtual]
bool osgAnimation::StackedMatrixElement::isIdentity (  )  const [inline, virtual]
osgAnimation::StackedMatrixElement::META_Object ( osgAnimation  ,
StackedMatrixElement   
)
void osgAnimation::StackedMatrixElement::setMatrix ( const osg::Matrix &  matrix  )  [inline]
void osgAnimation::StackedMatrixElement::update (  )  [virtual]

Member Data Documentation


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