Measurer Class Reference

#include <bodies.h>

Inheritance diagram for Measurer:

ButtonDevice ButtonDevice Body Body Body Body

List of all members.

Public Member Functions

 Measurer (int id, float qu, int buttons, float *shift=NULL, float *rotation=NULL)
 Constructor.
 ~Measurer ()
 Destructor.
 Measurer (int id, float qu, int buttons, float *shift=NULL, float *rotation=NULL)
 Constructor.
 ~Measurer ()
 Destructor.


Detailed Description

Definition at line 241 of file bodies.h.


Constructor & Destructor Documentation

Measurer::Measurer ( int  id,
float  qu,
int  buttons,
float *  shift = NULL,
float *  rotation = NULL 
)

Constructor.

Parameters:
id Device identificator.
qu Quality parameter of visibility
buttons Binary coded information about buttons (pressed(1) or not(0))
shift Shift vector (constructor makes a copy)
rotation Rotaiton matrix (constructor makes a copy)

Definition at line 166 of file bodies.cpp.

00167 :ButtonDevice(Body::B6DMT,id,qu,buttons,shift,rotation)
00168 {}

Measurer::~Measurer (  ) 

Destructor.

Definition at line 169 of file bodies.cpp.

00170 {}

Measurer::Measurer ( int  id,
float  qu,
int  buttons,
float *  shift = NULL,
float *  rotation = NULL 
)

Constructor.

Parameters:
id Device identificator.
qu Quality parameter of visibility
buttons Binary coded information about buttons (pressed(1) or not(0))
shift Shift vector (constructor makes a copy)
rotation Rotaiton matrix (constructor makes a copy)

Measurer::~Measurer (  ) 

Destructor.


The documentation for this class was generated from the following files:

Generated on Tue Mar 10 14:41:38 2009 for VRUT by  doxygen 1.5.5