
#include "Component/ModelManager.H"#include "Image/Image.H"#include "Psycho/PsychoDisplay.H"#include "Psycho/EyeTrackerConfigurator.H"#include "Psycho/EyeTracker.H"#include "Psycho/PsychoOpts.H"#include "Component/EventLog.H"#include "Component/ComponentOpts.H"#include "Raster/Raster.H"#include "Util/MathFunctions.H"#include "Util/Types.H"#include "Image/DrawOps.H"#include "Image/CalibrationTransform.H"#include "Image/AffineTransform.H"#include "Image/IO.H"
Go to the source code of this file.
Functions | |
| static int | submain (const int argc, char **argv) |
| int | main (const int argc, char **argv) |
test if we can get the instanteous eye position from the eyeTracker
Definition in file testGetPos2.C.
1.6.3