BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
BALL::VIEW::TransformationMessage Class Reference

#include <BALL/VIEW/KERNEL/message.h>

Inheritance diagram for BALL::VIEW::TransformationMessage:
BALL::VIEW::Message

Public Member Functions

 TransformationMessage ()
 TransformationMessage (const Matrix4x4 &m)
void setMatrix (const Matrix4x4 &m)
const Matrix4x4getMatrix () const
- Public Member Functions inherited from BALL::VIEW::Message
 Message ()
 Message (const Message &message)
virtual ~Message ()
void setSender (const ConnectionObject *sender)
const ConnectionObjectgetSender () const
void setDeletable (bool flag=true)
bool isDeletable () const
boost::any & data ()

Private Attributes

Matrix4x4 matrix_

Detailed Description

Definition at line 731 of file message.h.

Constructor & Destructor Documentation

BALL::VIEW::TransformationMessage::TransformationMessage ( )
BALL::VIEW::TransformationMessage::TransformationMessage ( const Matrix4x4 m)

Member Function Documentation

const Matrix4x4& BALL::VIEW::TransformationMessage::getMatrix ( ) const
inline

Definition at line 747 of file message.h.

void BALL::VIEW::TransformationMessage::setMatrix ( const Matrix4x4 m)
inline

Definition at line 743 of file message.h.

Member Data Documentation

Matrix4x4 BALL::VIEW::TransformationMessage::matrix_
private

Definition at line 752 of file message.h.