BALL::VIEW::TransformationMessage Class Reference

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

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

List of all members.

Public Member Functions

 TransformationMessage ()
 TransformationMessage (const Matrix4x4 &m)
void setMatrix (const Matrix4x4 &m)
const Matrix4x4getMatrix () const

Private Attributes

Matrix4x4 matrix_

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]
void BALL::VIEW::TransformationMessage::setMatrix ( const Matrix4x4 m) [inline]

Member Data Documentation