An TrackerHandController may post this. More...
#include <Neuro/NeuroSimEvents.H>
Public Member Functions | |
SimEventHandTrackerData (SimModule *src, rutz::shared_ptr< HandData > d, const uint trackernum, const std::string &trackerfname, const PixRGB< byte > &trackercolor, const SimTime samplerate) | |
Constuctor. | |
virtual | ~SimEventHandTrackerData () |
Destructor. | |
rutz::shared_ptr< HandData > | data () const |
Get the eye data. | |
uint | trackerNum () const |
Get the tracker number. | |
std::string | trackerFilename () const |
Get the tracker filename. | |
PixRGB< byte > | trackerColor () const |
Get the tracker color. | |
SimTime | trackerHz () const |
get the sampling rate |
An TrackerHandController may post this.
Definition at line 596 of file NeuroSimEvents.H.
SimEventHandTrackerData::SimEventHandTrackerData | ( | SimModule * | src, | |
rutz::shared_ptr< HandData > | d, | |||
const uint | trackernum, | |||
const std::string & | trackerfname, | |||
const PixRGB< byte > & | trackercolor, | |||
const SimTime | samplerate | |||
) |
Constuctor.
Definition at line 578 of file NeuroSimEvents.C.
SimEventHandTrackerData::~SimEventHandTrackerData | ( | ) | [virtual] |
Destructor.
Definition at line 588 of file NeuroSimEvents.C.
rutz::shared_ptr< HandData > SimEventHandTrackerData::data | ( | ) | const |
Get the eye data.
Definition at line 591 of file NeuroSimEvents.C.
Get the tracker color.
Definition at line 600 of file NeuroSimEvents.C.
std::string SimEventHandTrackerData::trackerFilename | ( | ) | const |
Get the tracker filename.
Definition at line 597 of file NeuroSimEvents.C.
SimTime SimEventHandTrackerData::trackerHz | ( | ) | const |
get the sampling rate
Definition at line 603 of file NeuroSimEvents.C.
uint SimEventHandTrackerData::trackerNum | ( | ) | const |
Get the tracker number.
Definition at line 594 of file NeuroSimEvents.C.