OpenSceneGraph 2.8.4
|
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 | ( | ) |
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 | ( | ActionAnimation & | 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 | ( | 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::reset | ( | ) |
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 Sun Jan 8 2012 13:16:29 for the OpenSceneGraph by doxygen 1.7.4. |