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 | ( | Action & | action | ) | [virtual] |
Reimplemented from osgAnimation::ActionVisitor.
| void osgAnimation::ClearActionVisitor::apply | ( | Timeline & | 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 Sat May 14 08:21:15 2011 for the OpenSceneGraph by doxygen 1.5.9. |