| typedef std::map<int, ActionList> osgAnimation::Timeline::ActionLayers |
| typedef std::vector<FrameAction> osgAnimation::Timeline::ActionList |
typedef std::vector<Command> osgAnimation::Timeline::CommandList [protected] |
| osgAnimation::Timeline::Timeline | ( | ) |
| osgAnimation::Timeline::Timeline | ( | const Timeline & | nc, | |
| const osg::CopyOp & | op = osg::CopyOp::SHALLOW_COPY | |||
| ) |
| virtual void osgAnimation::Timeline::addActionAt | ( | double | t, | |
| Action * | action, | |||
| int | priority = 0 | |||
| ) | [virtual] |
| virtual void osgAnimation::Timeline::addActionAt | ( | unsigned int | frame, | |
| Action * | action, | |||
| int | priority = 0 | |||
| ) | [virtual] |
| void osgAnimation::Timeline::addActionNow | ( | Action * | action, | |
| int | priority = 0 | |||
| ) |
| void osgAnimation::Timeline::clearActions | ( | ) |
| void osgAnimation::Timeline::collectStats | ( | bool | state | ) |
| const ActionList& osgAnimation::Timeline::getActionLayer | ( | int | i | ) | [inline] |
| const ActionLayers& osgAnimation::Timeline::getActionLayers | ( | ) | const [inline] |
| unsigned int osgAnimation::Timeline::getCurrentFrame | ( | ) | const [inline] |
| double osgAnimation::Timeline::getCurrentTime | ( | ) | const [inline] |
| bool osgAnimation::Timeline::getEvaluating | ( | ) | const [inline] |
| osg::Stats* osgAnimation::Timeline::getStats | ( | ) |
| osgAnimation::StatsActionVisitor* osgAnimation::Timeline::getStatsVisitor | ( | ) |
| TimelineStatus osgAnimation::Timeline::getStatus | ( | ) | const [inline] |
| void osgAnimation::Timeline::gotoFrame | ( | unsigned int | frame | ) | [inline] |
| void osgAnimation::Timeline::internalAddAction | ( | int | priority, | |
| const FrameAction & | ftl | |||
| ) | [protected] |
| void osgAnimation::Timeline::internalRemoveAction | ( | Action * | action | ) | [protected] |
| bool osgAnimation::Timeline::isActive | ( | Action * | activeAction | ) |
| osgAnimation::Timeline::META_Action | ( | osgAnimation | , | |
| Timeline | ||||
| ) |
| void osgAnimation::Timeline::play | ( | ) | [inline] |
| void osgAnimation::Timeline::processPendingOperation | ( | ) |
| void osgAnimation::Timeline::removeAction | ( | Action * | action | ) |
| void osgAnimation::Timeline::setAnimationManager | ( | AnimationManagerBase * | ) |
| void osgAnimation::Timeline::setEvaluating | ( | bool | state | ) | [inline] |
| void osgAnimation::Timeline::setLastFrameEvaluated | ( | unsigned int | frame | ) | [inline] |
| void osgAnimation::Timeline::setStats | ( | osg::Stats * | stats | ) |
| void osgAnimation::Timeline::stop | ( | ) | [inline] |
| void osgAnimation::Timeline::traverse | ( | ActionVisitor & | visitor | ) | [virtual] |
Reimplemented from osgAnimation::Action.
| virtual void osgAnimation::Timeline::update | ( | double | simulationTime | ) | [virtual] |
ActionLayers osgAnimation::Timeline::_actions [protected] |
bool osgAnimation::Timeline::_collectStats [protected] |
unsigned int osgAnimation::Timeline::_currentFrame [protected] |
bool osgAnimation::Timeline::_evaluating [protected] |
bool osgAnimation::Timeline::_initFirstFrame [protected] |
double osgAnimation::Timeline::_lastUpdate [protected] |
unsigned int osgAnimation::Timeline::_previousFrameEvaluated [protected] |
double osgAnimation::Timeline::_speed [protected] |
Reimplemented from osgAnimation::Action.
TimelineStatus osgAnimation::Timeline::_state [protected] |
Reimplemented from osgAnimation::Action.
osg::ref_ptr<osg::Stats> osgAnimation::Timeline::_stats [protected] |
| Generated at Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |