An EyeTrackerSaccadeController may post this. More...
#include <Neuro/NeuroSimEvents.H>
Public Member Functions | |
SimEventEyeTrackerData (SimModule *src, rutz::shared_ptr< EyeData > d, const uint trackernum, const std::string &trackerfname, const PixRGB< byte > &trackercolor, const PixPerDeg &ppd, const SimTime samplerate) | |
Constuctor. | |
virtual | ~SimEventEyeTrackerData () |
Destructor. | |
rutz::shared_ptr< EyeData > | 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. | |
PixPerDeg | trackerPpd () const |
Get the current pixels per degree. | |
SimTime | trackerHz () const |
get the sampling rate |
An EyeTrackerSaccadeController may post this.
Definition at line 554 of file NeuroSimEvents.H.
SimEventEyeTrackerData::SimEventEyeTrackerData | ( | SimModule * | src, | |
rutz::shared_ptr< EyeData > | d, | |||
const uint | trackernum, | |||
const std::string & | trackerfname, | |||
const PixRGB< byte > & | trackercolor, | |||
const PixPerDeg & | ppd, | |||
const SimTime | samplerate | |||
) |
Constuctor.
Definition at line 545 of file NeuroSimEvents.C.
SimEventEyeTrackerData::~SimEventEyeTrackerData | ( | ) | [virtual] |
Destructor.
Definition at line 555 of file NeuroSimEvents.C.
rutz::shared_ptr< EyeData > SimEventEyeTrackerData::data | ( | ) | const |
Get the eye data.
Definition at line 558 of file NeuroSimEvents.C.
Get the tracker color.
Definition at line 567 of file NeuroSimEvents.C.
std::string SimEventEyeTrackerData::trackerFilename | ( | ) | const |
Get the tracker filename.
Definition at line 564 of file NeuroSimEvents.C.
SimTime SimEventEyeTrackerData::trackerHz | ( | ) | const |
get the sampling rate
Definition at line 573 of file NeuroSimEvents.C.
uint SimEventEyeTrackerData::trackerNum | ( | ) | const |
Get the tracker number.
Definition at line 561 of file NeuroSimEvents.C.
PixPerDeg SimEventEyeTrackerData::trackerPpd | ( | ) | const |
Get the current pixels per degree.
Definition at line 570 of file NeuroSimEvents.C.