OpenSceneGraph
3.0.1
|
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 Target* osgAnimation::StackedScaleElement::getTarget | ( | ) | [virtual] |
Reimplemented from osgAnimation::StackedTransformElement.
virtual const Target* osgAnimation::StackedScaleElement::getTarget | ( | ) | const [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 Mon Oct 3 2011 12:39:46 for the OpenSceneGraph by doxygen 1.7.5. |