ot::ARTDataTrackerChomp Class Reference
#include <ARTDataTrackerChomp.h>
Detailed Description
Definition at line 126 of file ARTDataTrackerChomp.h.
Member Typedef Documentation
| typedef struct ot::ARTDataTrackerChomp::MeasuretargetRecord ot::ARTDataTrackerChomp::MeasuretargetRecord |
Constructor & Destructor Documentation
| ot::ARTDataTrackerChomp::ARTDataTrackerChomp | ( | ) |
Definition at line 72 of file ARTDataTrackerChomp.cxx.
| ot::ARTDataTrackerChomp::~ARTDataTrackerChomp | ( | ) | [virtual] |
Definition at line 67 of file ARTDataTrackerChomp.cxx.
Member Function Documentation
| void ot::ARTDataTrackerChomp::chomp | ( | std::string | Datagramm | ) | [virtual] |
Definition at line 76 of file ARTDataTrackerChomp.cxx.
References frameNumber, numberTrackedBodies, numberTrackedCalBodies, numberTrackedFlysticks, numberTrackedMarkers, numberTrackedMeasuretargets, tempBodyRecord, tempFlystickRecord, tempMarkerRecord, and tempMeasuretargetRecord.
Referenced by ot::ARTDataTrackerModule::run().
| void ot::ARTDataTrackerChomp::displayRecords | ( | ) | [virtual] |
Definition at line 311 of file ARTDataTrackerChomp.cxx.
References frameNumber, numberTrackedBodies, numberTrackedCalBodies, numberTrackedFlysticks, numberTrackedMarkers, numberTrackedMeasuretargets, tempBodyRecord, tempFlystickRecord, tempMarkerRecord, and tempMeasuretargetRecord.
| std::map< int, ARTDataTrackerChomp::BodyRecord > & ot::ARTDataTrackerChomp::getBodyRecord | ( | ) | [virtual] |
Definition at line 454 of file ARTDataTrackerChomp.cxx.
References tempBodyRecord.
Referenced by ot::ARTDataTrackerModule::run().
| int ot::ARTDataTrackerChomp::getCalibratedTrackedBodyNumber | ( | ) | [virtual] |
| std::map< int, ARTDataTrackerChomp::FlystickRecord > & ot::ARTDataTrackerChomp::getFlystickRecord | ( | ) | [virtual] |
Definition at line 474 of file ARTDataTrackerChomp.cxx.
References tempFlystickRecord.
Referenced by ot::ARTDataTrackerModule::run().
| int ot::ARTDataTrackerChomp::getFrameNumber | ( | ) | [virtual] |
| std::map< int, ARTDataTrackerChomp::MarkerRecord > & ot::ARTDataTrackerChomp::getMarkerRecord | ( | ) | [virtual] |
Definition at line 464 of file ARTDataTrackerChomp.cxx.
References tempMarkerRecord.
Referenced by ot::ARTDataTrackerModule::run().
| std::map< int, ARTDataTrackerChomp::MeasuretargetRecord > & ot::ARTDataTrackerChomp::getMeasuretargetRecord | ( | ) | [virtual] |
Definition at line 484 of file ARTDataTrackerChomp.cxx.
References tempMeasuretargetRecord.
Referenced by ot::ARTDataTrackerModule::run().
| int ot::ARTDataTrackerChomp::getTrackedBodyNumber | ( | ) | [virtual] |
| int ot::ARTDataTrackerChomp::getTrackedFlystickNumber | ( | ) | [virtual] |
| int ot::ARTDataTrackerChomp::getTrackedMarkerNumber | ( | ) | [virtual] |
| int ot::ARTDataTrackerChomp::getTrackedMeasuretargetNumber | ( | ) | [virtual] |
Member Data Documentation
int ot::ARTDataTrackerChomp::frameNumber [protected] |
Definition at line 175 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getFrameNumber().
int ot::ARTDataTrackerChomp::numberTrackedBodies [protected] |
Definition at line 176 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getTrackedBodyNumber().
int ot::ARTDataTrackerChomp::numberTrackedCalBodies [protected] |
Definition at line 180 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getCalibratedTrackedBodyNumber().
int ot::ARTDataTrackerChomp::numberTrackedFlysticks [protected] |
Definition at line 178 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getTrackedFlystickNumber().
int ot::ARTDataTrackerChomp::numberTrackedMarkers [protected] |
Definition at line 177 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getTrackedMarkerNumber().
int ot::ARTDataTrackerChomp::numberTrackedMeasuretargets [protected] |
Definition at line 179 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getTrackedMeasuretargetNumber().
std::map<int, BodyRecord > ot::ARTDataTrackerChomp::tempBodyRecord [protected] |
Definition at line 182 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getBodyRecord().
std::map<int, FlystickRecord > ot::ARTDataTrackerChomp::tempFlystickRecord [protected] |
Definition at line 185 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getFlystickRecord().
std::map<int, MarkerRecord > ot::ARTDataTrackerChomp::tempMarkerRecord [protected] |
Definition at line 183 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getMarkerRecord().
std::map<int, MeasuretargetRecord > ot::ARTDataTrackerChomp::tempMeasuretargetRecord [protected] |
Definition at line 184 of file ARTDataTrackerChomp.h.
Referenced by chomp(), displayRecords(), and getMeasuretargetRecord().
The documentation for this class was generated from the following files: