OMK::Vis::OgreAnimator Class Reference

#include <OMKOgreAnimatorT.h>

Inheritance diagram for OMK::Vis::OgreAnimator:

Inheritance graph
[legend]
Collaboration diagram for OMK::Vis::OgreAnimator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~OgreAnimator ()
 destructor

Protected Member Functions

 OgreAnimator (VisualObject &visualObject, const Name &id, const std::string &nodeName, AnimatorPlug *plugUpdate)
 constructor
 OgreAnimator (VisualObject &visualObject, const Name &id, const ConfigurationParameterDescriptor &node)
 constructor for the animator factory

Detailed Description

Definition at line 97 of file OMKOgreAnimatorT.h.


Constructor & Destructor Documentation

virtual OMK::Vis::OgreAnimator::~OgreAnimator (  )  [virtual]

destructor

OMK::Vis::OgreAnimator::OgreAnimator ( VisualObject visualObject,
const Name id,
const std::string &  nodeName,
AnimatorPlug plugUpdate 
) [inline, protected]

constructor

Definition at line 106 of file OMKOgreAnimatorT.h.

References OMK::Vis::Animator::_plugUpdate, OMK::Vis::Animator::_tNode, and OMK::Vis::OgreAnimatorCommon::findOgreNode().

00110   : Animator( visualObject, id ),
00111     OgreAnimatorCommon( visualObject, nodeName )
00112   {
00113     _plugUpdate = plugUpdate ;
00114           findOgreNode( this, _tNode ) ;
00115   }

OMK::Vis::OgreAnimator::OgreAnimator ( VisualObject visualObject,
const Name id,
const ConfigurationParameterDescriptor node 
) [inline, protected]

constructor for the animator factory

Definition at line 118 of file OMKOgreAnimatorT.h.

References OMK::Vis::Animator::_tNode, and OMK::Vis::OgreAnimatorCommon::findOgreNode().

00121   : Animator( visualObject, id, node ),
00122     OgreAnimatorCommon( visualObject, node )
00123   {
00124           findOgreNode( this, _tNode ) ;
00125   }


logo OpenMask

Documentation generated on Mon Jun 9 11:46:05 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007