OpenSceneGraph 2.8.4
|
Public Member Functions | |
META_Object (osgAnimation, StackedTranslateElement) | |
StackedTranslateElement () | |
StackedTranslateElement (const StackedTranslateElement &, const osg::CopyOp &) | |
StackedTranslateElement (const std::string &, const osg::Vec3 &translate=osg::Vec3(0, 0, 0)) | |
StackedTranslateElement (const osg::Vec3 &translate) | |
void | applyToMatrix (osg::Matrix &matrix) const |
osg::Matrix | getAsMatrix () const |
bool | isIdentity () const |
void | update () |
const osg::Vec3 & | getTranslate () const |
void | setTranslate (const osg::Vec3 &) |
virtual Target * | getOrCreateTarget () |
virtual Target * | getTarget () |
virtual const Target * | getTarget () const |
Protected Attributes | |
osg::Vec3 | _translate |
osg::ref_ptr< Vec3Target > | _target |
osgAnimation::StackedTranslateElement::StackedTranslateElement | ( | ) |
osgAnimation::StackedTranslateElement::StackedTranslateElement | ( | const StackedTranslateElement & | , |
const osg::CopyOp & | |||
) |
osgAnimation::StackedTranslateElement::StackedTranslateElement | ( | const std::string & | , |
const osg::Vec3 & | translate = osg::Vec3(0, 0, 0) |
||
) |
osgAnimation::StackedTranslateElement::StackedTranslateElement | ( | const osg::Vec3 & | translate | ) |
void osgAnimation::StackedTranslateElement::applyToMatrix | ( | osg::Matrix & | matrix | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
osg::Matrix osgAnimation::StackedTranslateElement::getAsMatrix | ( | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
virtual Target* osgAnimation::StackedTranslateElement::getOrCreateTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
virtual Target* osgAnimation::StackedTranslateElement::getTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
virtual const Target* osgAnimation::StackedTranslateElement::getTarget | ( | ) | const [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
const osg::Vec3& osgAnimation::StackedTranslateElement::getTranslate | ( | ) | const |
bool osgAnimation::StackedTranslateElement::isIdentity | ( | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
osgAnimation::StackedTranslateElement::META_Object | ( | osgAnimation | , |
StackedTranslateElement | |||
) |
void osgAnimation::StackedTranslateElement::setTranslate | ( | const osg::Vec3 & | ) |
void osgAnimation::StackedTranslateElement::update | ( | ) | [virtual] |
Implements osgAnimation::StackedTransformElement.
![]() | Generated at Sun Jan 8 2012 13:16:29 for the OpenSceneGraph by doxygen 1.7.4. |