#include <DynamicTransformation.h>
Inheritance diagram for ot::DynamicTransformation:


Public Member Functions | |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| DynamicTransformation (int baseEvent_=1, bool usePos_=true, bool useOrient_=true) | |
Protected Attributes | |
| Event | store |
| int | baseEvent |
Friends | |
| class | CommonNodeFactory |
|
||||||||||||||||
|
constructor method. It sets default values on the underlying StaticTransformation. |
|
||||||||||||
|
this method is called by the EventGenerator to update it's observers. This class computes a transformed event, stores it in its local variable and notifies its observers in turn, propagating the change. If the EventGenerator equals the baseChild, its data is stored in the underlying StaticTransformation fields, to change the transformation itself. Reimplemented from ot::Transformation. |
|
|
Reimplemented from ot::StaticTransformation. |
|
|
flag, whether a change in the base should generate an event or not |
|
|
stores the original event data to compute new values on base changes. |
1.4.6