Public Member Functions | |
| META_Object (osgAnimation, AnimationManager) | |
| AnimationManager () | |
| AnimationManager (const AnimationManager &b, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| virtual | ~AnimationManager () |
| void | update (double time) |
| void | playAnimation (Animation *pAnimation, int priority=0, float weight=1.0) |
| bool | stopAnimation (Animation *pAnimation) |
| bool | findAnimation (Animation *pAnimation) |
| bool | isPlaying (Animation *pAnimation) |
| bool | isPlaying (const std::string &animationName) |
| void | stopAll () |
Protected Types | |
| typedef std::map< int, AnimationList > | AnimationLayers |
Protected Attributes | |
| AnimationLayers | _animationsPlaying |
| double | _lastUpdate |
typedef std::map<int, AnimationList > osgAnimation::AnimationManager::AnimationLayers [protected] |
| osgAnimation::AnimationManager::AnimationManager | ( | ) |
| osgAnimation::AnimationManager::AnimationManager | ( | const AnimationManager & | b, | |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY | |||
| ) | [inline] |
| virtual osgAnimation::AnimationManager::~AnimationManager | ( | ) | [virtual] |
| bool osgAnimation::AnimationManager::findAnimation | ( | Animation * | pAnimation | ) |
| bool osgAnimation::AnimationManager::isPlaying | ( | const std::string & | animationName | ) |
| bool osgAnimation::AnimationManager::isPlaying | ( | Animation * | pAnimation | ) |
| osgAnimation::AnimationManager::META_Object | ( | osgAnimation | , | |
| AnimationManager | ||||
| ) |
| void osgAnimation::AnimationManager::playAnimation | ( | Animation * | pAnimation, | |
| int | priority = 0, |
|||
| float | weight = 1.0 | |||
| ) |
| void osgAnimation::AnimationManager::stopAll | ( | ) |
| bool osgAnimation::AnimationManager::stopAnimation | ( | Animation * | pAnimation | ) |
| void osgAnimation::AnimationManager::update | ( | double | time | ) | [virtual] |
Implements osgAnimation::AnimationManagerBase.
double osgAnimation::AnimationManager::_lastUpdate [protected] |
| Generated at Sat May 14 08:21:15 2011 for the OpenSceneGraph by doxygen 1.5.9. |