Public Member Functions | |
META_Object (osgAnimation, StackedScaleElement) StackedScaleElement() | |
StackedScaleElement (const StackedScaleElement &, const osg::CopyOp &) | |
StackedScaleElement (const std::string &name, const osg::Vec3 &scale=osg::Vec3(1, 1, 1)) | |
StackedScaleElement (const osg::Vec3 &scale) | |
void | applyToMatrix (osg::Matrix &matrix) const |
osg::Matrix | getAsMatrix () const |
bool | isIdentity () const |
void | update () |
const osg::Vec3 & | getScale () const |
void | setScale (const osg::Vec3 &scale) |
virtual Target * | getOrCreateTarget () |
virtual Target * | getTarget () |
virtual const Target * | getTarget () const |
Protected Attributes | |
osg::Vec3 | _scale |
osg::ref_ptr< Vec3Target > | _target |
osgAnimation::StackedScaleElement::StackedScaleElement | ( | const StackedScaleElement & | , | |
const osg::CopyOp & | ||||
) |
osgAnimation::StackedScaleElement::StackedScaleElement | ( | const std::string & | name, | |
const osg::Vec3 & | scale = osg::Vec3(1, 1, 1) | |||
) |
osgAnimation::StackedScaleElement::StackedScaleElement | ( | const osg::Vec3 & | scale | ) |
void osgAnimation::StackedScaleElement::applyToMatrix | ( | osg::Matrix & | matrix | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
osg::Matrix osgAnimation::StackedScaleElement::getAsMatrix | ( | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
virtual Target* osgAnimation::StackedScaleElement::getOrCreateTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
const osg::Vec3& osgAnimation::StackedScaleElement::getScale | ( | ) | const |
virtual const Target* osgAnimation::StackedScaleElement::getTarget | ( | ) | const [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
virtual Target* osgAnimation::StackedScaleElement::getTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
bool osgAnimation::StackedScaleElement::isIdentity | ( | ) | const [virtual] |
Implements osgAnimation::StackedTransformElement.
osgAnimation::StackedScaleElement::META_Object | ( | osgAnimation | , | |
StackedScaleElement | ||||
) |
void osgAnimation::StackedScaleElement::setScale | ( | const osg::Vec3 & | scale | ) |
void osgAnimation::StackedScaleElement::update | ( | ) | [virtual] |
Implements osgAnimation::StackedTransformElement.
osg::Vec3 osgAnimation::StackedScaleElement::_scale [protected] |
![]() | Generated at Sat Jan 28 13:33:06 2012 for the OpenSceneGraph by doxygen 1.6.3. |