Stub implementation of the EyeTracker class. More...
#include <Psycho/EyeTrackerStub.H>
Public Member Functions | |
EyeTrackerStub (OptionManager &mgr, const std::string &descrName="Eye Tracker Stub", const std::string &tagName="EyeTrackerStub") | |
Constructor. | |
virtual | ~EyeTrackerStub () |
Destructor. | |
virtual bool | isFixating () |
Stub implementation; always returns false. | |
virtual bool | isSaccade () |
Stub implementation; always returns false. | |
virtual Point2D< int > | getEyePos () const |
Stub implementation; always returns (-1,-1). | |
virtual Point2D< int > | getFixationPos () const |
Stub implementation; always returns (-1,-1). | |
virtual CalibrationTransform::Data | getCalibrationSet (nub::soft_ref< PsychoDisplay > d) const |
Stub implementation returns empty data;. | |
Protected Member Functions | |
virtual void | startTracking () |
Stub implementation; does nothing. | |
virtual void | stopTracking () |
Stub implementation; does nothing. |
Stub implementation of the EyeTracker class.
Definition at line 44 of file EyeTrackerStub.H.
EyeTrackerStub::EyeTrackerStub | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Eye Tracker Stub" , |
|||
const std::string & | tagName = "EyeTrackerStub" | |||
) |
Constructor.
Definition at line 44 of file EyeTrackerStub.C.
EyeTrackerStub::~EyeTrackerStub | ( | ) | [virtual] |
Destructor.
Definition at line 52 of file EyeTrackerStub.C.
CalibrationTransform::Data EyeTrackerStub::getCalibrationSet | ( | nub::soft_ref< PsychoDisplay > | d | ) | const [virtual] |
Stub implementation returns empty data;.
Implements EyeTracker.
Definition at line 80 of file EyeTrackerStub.C.
Point2D< int > EyeTrackerStub::getEyePos | ( | ) | const [virtual] |
Stub implementation; always returns (-1,-1).
Implements EyeTracker.
Definition at line 64 of file EyeTrackerStub.C.
Point2D< int > EyeTrackerStub::getFixationPos | ( | ) | const [virtual] |
Stub implementation; always returns (-1,-1).
Implements EyeTracker.
Definition at line 68 of file EyeTrackerStub.C.
bool EyeTrackerStub::isFixating | ( | ) | [virtual] |
Stub implementation; always returns false.
Implements EyeTracker.
Definition at line 56 of file EyeTrackerStub.C.
bool EyeTrackerStub::isSaccade | ( | ) | [virtual] |
Stub implementation; always returns false.
Implements EyeTracker.
Definition at line 60 of file EyeTrackerStub.C.
void EyeTrackerStub::startTracking | ( | ) | [protected, virtual] |
Stub implementation; does nothing.
Implements EyeTracker.
Definition at line 72 of file EyeTrackerStub.C.
void EyeTrackerStub::stopTracking | ( | ) | [protected, virtual] |
Stub implementation; does nothing.
Implements EyeTracker.
Definition at line 76 of file EyeTrackerStub.C.