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] |
virtual void osgAnimation::RunAction::operator() | ( | Action * | action, | |
ActionVisitor * | visitor | |||
) | [virtual] |
Reimplemented from osgAnimation::Action::Callback.
Action* osgAnimation::RunAction::getAction | ( | ) | const [inline] |
int osgAnimation::RunAction::getPriority | ( | ) | const [inline] |
osg::ref_ptr<Action> osgAnimation::RunAction::_action [protected] |
int osgAnimation::RunAction::_priority [protected] |