OMK::Vis::TransformAnimator Class Reference

Handler which computes the visualisation with the associated information found by the plug. More...

#include <OMKTransformAnimator.h>

Inheritance diagram for OMK::Vis::TransformAnimator:

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

Collaboration graph
[legend]
List of all members.

Private Member Functions

 DECLARE_ANIMATOR_FACTORY (TransformAnimator)
virtual void selfProcessVis (const Type::TransformType &value)
 Called by the partner to process the visualisation.

Detailed Description

Handler which computes the visualisation with the associated information found by the plug.

Author:
Michaël Rouillé, bunraku <michael.rouille@irisa.fr>

Definition at line 38 of file OMKTransformAnimator.h.


Member Function Documentation

OMK::Vis::TransformAnimator::DECLARE_ANIMATOR_FACTORY ( TransformAnimator   )  [private]

void TransformAnimator::selfProcessVis ( const Type::TransformType value  )  [private, virtual]

Called by the partner to process the visualisation.

Called by the public version if the value was changed.

Definition at line 52 of file OMKTransformAnimator.cpp.

References OMK::Vis::convert(), OMK::Vis::OgreAnimatorCommon::getNode(), and OMK::Type::SimpleTypeT< T >::getValue().

00053 {
00054   convert( value.getValue(), getNode() ) ;
00055 }


logo OpenMask

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

Generated with doxygen by Dimitri van Heesch ,   1997-2007