OpenSceneGraph 2.8.4
|
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 |
typedef std::pair<unsigned int, osg::ref_ptr<ActionBlendOut> > osgAnimation::ActionStripAnimation::FrameBlendOut [protected] |
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 |
||
) |
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.
![]() | Generated at Sun Jan 8 2012 13:16:27 for the OpenSceneGraph by doxygen 1.7.4. |