#include <BALL/VIEW/KERNEL/message.h>
Public Member Functions | |
| TransformationMessage () | |
| TransformationMessage (const Matrix4x4 &m) | |
| void | setMatrix (const Matrix4x4 &m) |
| const Matrix4x4 & | getMatrix () const |
Private Attributes | |
| Matrix4x4 | matrix_ |
| BALL::VIEW::TransformationMessage::TransformationMessage | ( | ) |
| BALL::VIEW::TransformationMessage::TransformationMessage | ( | const Matrix4x4 & | m | ) |
| const Matrix4x4& BALL::VIEW::TransformationMessage::getMatrix | ( | ) | const [inline] |
| void BALL::VIEW::TransformationMessage::setMatrix | ( | const Matrix4x4 & | m | ) | [inline] |