V-ART
|
#include <baseaction.h>
Public Member Functions | |
virtual void | Initialize ()=0 |
virtual | ~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.
|
inlinevirtual |
Reimplemented in VART::JointAction::Initializer.
Definition at line 72 of file baseaction.h.
|
pure virtual |
Implemented in VART::JointAction::Initializer.