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


Public Member Functions | |
| CustomTransformation (int baseEvent_=1, bool usePos_=true, bool useOrient_=true) | |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| void | ncross (float *v1, float *v2, float *result) |
| void | QuaternionToHeading (float *qin, float *result) |
| void | FrameToQuaternion (float *Vx, float *Vy, float *Vz, std::vector< float > &) |
| void | Compute_6DOF (Event &sensor1, Event &sensor2, Event &newevent) |
Protected Attributes | |
| Event | store1 |
| Event | store2 |
| int | baseEvent |
Friends | |
| class | CommonNodeFactory |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
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. 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