#include <trackerData.h>
Public Member Functions | |
INLINE | TrackerData () |
INLINE | TrackerData (const TrackerData ©) |
void | operator= (const TrackerData ©) |
INLINE void | clear () |
INLINE void | set_time (double time) |
INLINE bool | has_time () const |
INLINE double | get_time () const |
INLINE void | set_pos (const LPoint3f &pos) |
INLINE bool | has_pos () const |
INLINE const LPoint3f & | get_pos () const |
INLINE void | set_orient (const LOrientationf &orient) |
INLINE bool | has_orient () const |
INLINE const LOrientationf & | get_orient () const |
INLINE void | set_dt (double dt) |
INLINE bool | has_dt () const |
INLINE double | get_dt () const |
Private Types | |
enum | Flags { F_has_time = 0x0001, F_has_pos = 0x0002, F_has_orient = 0x0004, F_has_dt = 0x0008 } |
Private Attributes | |
int | _flags |
double | _time |
LPoint3f | _pos |
LOrientationf | _orient |
double | _dt |
|
Definition at line 54 of file trackerData.h. |
|
|
|
|
|
|
|
|
|
Referenced by TrackerNode::do_transmit_data(). |
|
Referenced by TrackerNode::do_transmit_data(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 27 of file trackerData.cxx. |
|
Referenced by VrpnTracker::vrpn_acceleration_callback(), and VrpnTracker::vrpn_velocity_callback(). |
|
Referenced by VrpnTracker::vrpn_acceleration_callback(), VrpnTracker::vrpn_position_callback(), and VrpnTracker::vrpn_velocity_callback(). |
|
Referenced by VrpnTracker::vrpn_acceleration_callback(), VrpnTracker::vrpn_position_callback(), and VrpnTracker::vrpn_velocity_callback(). |
|
Referenced by VrpnTracker::vrpn_acceleration_callback(), VrpnTracker::vrpn_position_callback(), and VrpnTracker::vrpn_velocity_callback(). |
|
Definition at line 66 of file trackerData.h. Referenced by operator=(). |
|
Definition at line 61 of file trackerData.h. Referenced by operator=(). |
|
Definition at line 65 of file trackerData.h. Referenced by operator=(). |
|
Definition at line 64 of file trackerData.h. Referenced by operator=(). |
|
Definition at line 63 of file trackerData.h. Referenced by operator=(). |