|
BALL
1.4.2
|
#include <BALL/VIEW/KERNEL/message.h>
Public Member Functions | |
| TransformationMessage () | |
| TransformationMessage (const Matrix4x4 &m) | |
| void | setMatrix (const Matrix4x4 &m) |
| const Matrix4x4 & | getMatrix () const |
Public Member Functions inherited from BALL::VIEW::Message | |
| Message () | |
| Message (const Message &message) | |
| virtual | ~Message () |
| void | setSender (const ConnectionObject *sender) |
| const ConnectionObject * | getSender () const |
| void | setDeletable (bool flag=true) |
| bool | isDeletable () const |
| boost::any & | data () |
Private Attributes | |
| Matrix4x4 | matrix_ |
| BALL::VIEW::TransformationMessage::TransformationMessage | ( | ) |
| BALL::VIEW::TransformationMessage::TransformationMessage | ( | const Matrix4x4 & | m | ) |
|
inline |
|
inline |
1.8.3.1