|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| META_ActionVisitor (osgAnimation, StatsActionVisitor) | |
| StatsActionVisitor () | |
| StatsActionVisitor (osg::Stats *stats, unsigned int frame) | |
| void | reset () |
| const std::vector< std::string > & | getChannels () const |
| osg::Stats * | getStats () |
| void | setStats (osg::Stats *stats) |
| void | setFrame (unsigned int frame) |
| void | apply (Timeline &action) |
| void | apply (Action &action) |
| void | apply (ActionBlendIn &action) |
| void | apply (ActionBlendOut &action) |
| void | apply (ActionAnimation &action) |
| void | apply (ActionStripAnimation &action) |
Protected Attributes | |
| osg::ref_ptr< osg::Stats > | _stats |
| std::vector< std::string > | _channels |
| osgAnimation::StatsActionVisitor::StatsActionVisitor | ( | osg::Stats * | stats, |
| unsigned int | frame | ||
| ) |
| void osgAnimation::StatsActionVisitor::apply | ( | Timeline & | action | ) | [virtual] |
Reimplemented from osgAnimation::UpdateActionVisitor.
| void osgAnimation::StatsActionVisitor::apply | ( | Action & | action | ) | [virtual] |
Reimplemented from osgAnimation::UpdateActionVisitor.
| void osgAnimation::StatsActionVisitor::apply | ( | ActionBlendIn & | action | ) | [virtual] |
Reimplemented from osgAnimation::UpdateActionVisitor.
| void osgAnimation::StatsActionVisitor::apply | ( | ActionBlendOut & | action | ) | [virtual] |
Reimplemented from osgAnimation::UpdateActionVisitor.
| void osgAnimation::StatsActionVisitor::apply | ( | ActionAnimation & | action | ) | [virtual] |
Reimplemented from osgAnimation::UpdateActionVisitor.
| void osgAnimation::StatsActionVisitor::apply | ( | ActionStripAnimation & | action | ) | [virtual] |
Reimplemented from osgAnimation::UpdateActionVisitor.
| const std::vector<std::string>& osgAnimation::StatsActionVisitor::getChannels | ( | ) | const [inline] |
| osg::Stats* osgAnimation::StatsActionVisitor::getStats | ( | ) | [inline] |
| osgAnimation::StatsActionVisitor::META_ActionVisitor | ( | osgAnimation | , |
| StatsActionVisitor | |||
| ) |
| void osgAnimation::StatsActionVisitor::setFrame | ( | unsigned int | frame | ) | [inline] |
Reimplemented from osgAnimation::UpdateActionVisitor.
| void osgAnimation::StatsActionVisitor::setStats | ( | osg::Stats * | stats | ) | [inline] |
std::vector<std::string> osgAnimation::StatsActionVisitor::_channels [protected] |
| Generated at Thu Sep 27 2012 17:03:09 for the OpenSceneGraph by doxygen 1.7.6.1. |