V-ART
Public Member Functions | List of all members
VART::BaseAction::Initializer Class Referenceabstract

Action Initializer. More...

#include <baseaction.h>

Inheritance diagram for VART::BaseAction::Initializer:
VART::JointAction::Initializer

Public Member Functions

virtual void Initialize ()=0
 
virtual ~Initializer ()
 

Detailed Description

Action Initializer.

When deriving from BaseAction, it might be usefull to perform some kind of initialization before each rendering cicle. In that case, derive from BaseAction::Initializer and add an object to the initializers list. Initializers are singletons, when deriving this class, make sure only one initializer could be created for each derived class. See an example at JointAction.

Definition at line 68 of file baseaction.h.

Constructor & Destructor Documentation

virtual VART::BaseAction::Initializer::~Initializer ( )
inlinevirtual

Reimplemented in VART::JointAction::Initializer.

Definition at line 72 of file baseaction.h.

Member Function Documentation

virtual void VART::BaseAction::Initializer::Initialize ( )
pure virtual

The documentation for this class was generated from the following file: