Public Member Functions | |
| RunAction (Action *a, int priority=0) | |
| virtual void | operator() (Action *action, ActionVisitor *visitor) |
| Action * | getAction () const |
| int | getPriority () const |
Protected Attributes | |
| osg::ref_ptr< Action > | _action |
| int | _priority |
| osgAnimation::RunAction::RunAction | ( | Action * | a, | |
| int | priority = 0 | |||
| ) | [inline] |
| Action* osgAnimation::RunAction::getAction | ( | ) | const [inline] |
| int osgAnimation::RunAction::getPriority | ( | ) | const [inline] |
| virtual void osgAnimation::RunAction::operator() | ( | Action * | action, | |
| ActionVisitor * | visitor | |||
| ) | [virtual] |
Reimplemented from osgAnimation::Action::Callback.
osg::ref_ptr<Action> osgAnimation::RunAction::_action [protected] |
int osgAnimation::RunAction::_priority [protected] |
| Generated at Sat May 14 08:21:15 2011 for the OpenSceneGraph by doxygen 1.5.9. |