OpenSceneGraph 2.8.4
|
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 |
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 | ) |
void osgAnimation::StackedMatrixElement::applyToMatrix | ( | osg::Matrix & | matrix | ) | const [inline, virtual] |
Implements osgAnimation::StackedTransformElement.
osg::Matrix osgAnimation::StackedMatrixElement::getAsMatrix | ( | ) | const [inline, virtual] |
Implements osgAnimation::StackedTransformElement.
const osg::Matrix& osgAnimation::StackedMatrixElement::getMatrix | ( | ) | const [inline] |
virtual Target* osgAnimation::StackedMatrixElement::getOrCreateTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
virtual Target* osgAnimation::StackedMatrixElement::getTarget | ( | ) | [inline, virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
virtual const Target* osgAnimation::StackedMatrixElement::getTarget | ( | ) | const [inline, virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
bool osgAnimation::StackedMatrixElement::isIdentity | ( | ) | const [inline, virtual] |
Implements osgAnimation::StackedTransformElement.
osgAnimation::StackedMatrixElement::META_Object | ( | osgAnimation | , |
StackedMatrixElement | |||
) |
void osgAnimation::StackedMatrixElement::setMatrix | ( | const osg::Matrix & | matrix | ) | [inline] |
void osgAnimation::StackedMatrixElement::update | ( | ) | [virtual] |
Implements osgAnimation::StackedTransformElement.
![]() | Generated at Sun Jan 8 2012 13:16:28 for the OpenSceneGraph by doxygen 1.7.4. |