![]() |
OpenWalnut
1.5.0dev
|
An interface for dataset transformation manipulators. More...
#include <WManipulatorInterface.h>
Inheritance diagram for WManipulatorInterface:Public Member Functions | |
| virtual | ~WManipulatorInterface () |
| Destructor. More... | |
| virtual WMatrixFixed< double, 4, 4 > | getTransformationMatrix () const =0 |
| Get the transformation matrix from this manipulator. More... | |
| virtual bool | transformationChanged () const =0 |
| Check if the transform has changed, for example because of a change to properties. More... | |
| virtual void | reset ()=0 |
| Reset the transform. More... | |
An interface for dataset transformation manipulators.
Definition at line 33 of file WManipulatorInterface.h.
|
virtual |
Destructor.
Definition at line 27 of file WManipulatorInterface.cpp.
|
pure virtual |
Get the transformation matrix from this manipulator.
Implemented in WManipulatorTranslation, WManipulatorScaling, WManipulatorRotation, and WManipulatorNormalize.
|
pure virtual |
Reset the transform.
Implemented in WManipulatorTranslation, WManipulatorScaling, WManipulatorRotation, and WManipulatorNormalize.
|
pure virtual |
Check if the transform has changed, for example because of a change to properties.
Implemented in WManipulatorTranslation, WManipulatorScaling, WManipulatorRotation, and WManipulatorNormalize.