OpenSceneGraph
3.0.1
|
Public Types | |
enum | ClearType { BEFORE_FRAME, AFTER_FRAME } |
Public Member Functions | |
META_ActionVisitor (osgAnimation, ClearActionVisitor) | |
ClearActionVisitor (ClearType type=BEFORE_FRAME) | |
void | setFrame (unsigned int frame) |
void | apply (Timeline &action) |
void | apply (Action &action) |
Protected Attributes | |
unsigned int | _frame |
std::vector< osg::ref_ptr < Action > > | _remove |
ClearType | _clearType |
osgAnimation::ClearActionVisitor::ClearActionVisitor | ( | ClearType | type = BEFORE_FRAME | ) |
void osgAnimation::ClearActionVisitor::apply | ( | Timeline & | action | ) | [virtual] |
Reimplemented from osgAnimation::ActionVisitor.
void osgAnimation::ClearActionVisitor::apply | ( | Action & | action | ) | [virtual] |
Reimplemented from osgAnimation::ActionVisitor.
osgAnimation::ClearActionVisitor::META_ActionVisitor | ( | osgAnimation | , |
ClearActionVisitor | |||
) |
void osgAnimation::ClearActionVisitor::setFrame | ( | unsigned int | frame | ) | [inline] |
unsigned int osgAnimation::ClearActionVisitor::_frame [protected] |
std::vector<osg::ref_ptr<Action> > osgAnimation::ClearActionVisitor::_remove [protected] |
![]() | Generated at Mon Oct 3 2011 12:39:45 for the OpenSceneGraph by doxygen 1.7.5. |