Public Member Functions | Protected Types | Protected Attributes

osgAnimation::ActionStripAnimation Class Reference

Inheritance diagram for osgAnimation::ActionStripAnimation:
osgAnimation::Action osg::Object osg::Referenced

List of all members.

Public Member Functions

 META_Action (osgAnimation, ActionStripAnimation)
 ActionStripAnimation ()
 ActionStripAnimation (const ActionStripAnimation &a, const osg::CopyOp &c)
 ActionStripAnimation (Animation *animation, double blendInDuration=0.0, double blendOutDuration=0.0, double blendInWeightTarget=1.0)
ActionAnimation * getAnimation ()
ActionBlendIn * getBlendIn ()
ActionBlendOut * getBlendOut ()
const ActionAnimation * getAnimation () const
const ActionBlendIn * getBlendIn () const
const ActionBlendOut * getBlendOut () const
unsigned int getBlendOutStartFrame () const
unsigned int getLoop () const
void setLoop (unsigned int loop)
void traverse (ActionVisitor &visitor)

Protected Types

typedef std::pair< unsigned
int, osg::ref_ptr
< ActionBlendOut > > 
FrameBlendOut

Protected Attributes

osg::ref_ptr< ActionBlendIn > _blendIn
FrameBlendOut _blendOut
osg::ref_ptr< ActionAnimation > _animation

Member Typedef Documentation

typedef std::pair<unsigned int, osg::ref_ptr<ActionBlendOut> > osgAnimation::ActionStripAnimation::FrameBlendOut [protected]

Constructor & Destructor Documentation

osgAnimation::ActionStripAnimation::ActionStripAnimation (  )  [inline]
osgAnimation::ActionStripAnimation::ActionStripAnimation ( const ActionStripAnimation &  a,
const osg::CopyOp &  c 
)
osgAnimation::ActionStripAnimation::ActionStripAnimation ( Animation *  animation,
double  blendInDuration = 0.0,
double  blendOutDuration = 0.0,
double  blendInWeightTarget = 1.0 
)

Member Function Documentation

ActionAnimation* osgAnimation::ActionStripAnimation::getAnimation (  ) 
const ActionAnimation* osgAnimation::ActionStripAnimation::getAnimation (  )  const
ActionBlendIn* osgAnimation::ActionStripAnimation::getBlendIn (  ) 
const ActionBlendIn* osgAnimation::ActionStripAnimation::getBlendIn (  )  const
ActionBlendOut* osgAnimation::ActionStripAnimation::getBlendOut (  ) 
const ActionBlendOut* osgAnimation::ActionStripAnimation::getBlendOut (  )  const
unsigned int osgAnimation::ActionStripAnimation::getBlendOutStartFrame (  )  const
unsigned int osgAnimation::ActionStripAnimation::getLoop (  )  const [virtual]

Reimplemented from osgAnimation::Action.

osgAnimation::ActionStripAnimation::META_Action ( osgAnimation  ,
ActionStripAnimation   
)
void osgAnimation::ActionStripAnimation::setLoop ( unsigned int  loop  ) 
void osgAnimation::ActionStripAnimation::traverse ( ActionVisitor &  visitor  )  [virtual]

Reimplemented from osgAnimation::Action.


Member Data Documentation


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