Public Member Functions | Protected Attributes

osgAnimation::StackedScaleElement Class Reference

Inheritance diagram for osgAnimation::StackedScaleElement:
osgAnimation::StackedTransformElement osg::Object osg::Referenced

List of all members.

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::Vec3getScale () const
void setScale (const osg::Vec3 &scale)
virtual TargetgetOrCreateTarget ()
virtual TargetgetTarget ()
virtual const TargetgetTarget () const

Protected Attributes

osg::Vec3 _scale
osg::ref_ptr< Vec3Target_target

Constructor & Destructor Documentation

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  ) 

Member Function Documentation

void osgAnimation::StackedScaleElement::applyToMatrix ( osg::Matrix matrix  )  const [virtual]
osg::Matrix osgAnimation::StackedScaleElement::getAsMatrix (  )  const [virtual]
virtual Target* osgAnimation::StackedScaleElement::getOrCreateTarget (  )  [virtual]
const osg::Vec3& osgAnimation::StackedScaleElement::getScale (  )  const
virtual Target* osgAnimation::StackedScaleElement::getTarget (  )  [virtual]
virtual const Target* osgAnimation::StackedScaleElement::getTarget (  )  const [virtual]
bool osgAnimation::StackedScaleElement::isIdentity (  )  const [virtual]
osgAnimation::StackedScaleElement::META_Object ( osgAnimation  ,
StackedScaleElement   
)
void osgAnimation::StackedScaleElement::setScale ( const osg::Vec3 scale  ) 
void osgAnimation::StackedScaleElement::update (  )  [virtual]

Member Data Documentation


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