#include "Component/ModelManager.H"
#include "Image/Image.H"
#include "Image/DrawOps.H"
#include "Image/SimpleFont.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 "Util/Types.H"
#include "Util/StringConversions.H"
#include "Util/StringUtil.H"
#include <fstream>
Go to the source code of this file.
Defines | |
#define | HDEG 54.9 |
Functions | |
int | main (const int argc, char **argv) |
Psychophysics display of text. Text elements are read in from a text file. Elements that require a response should be marked with a at the beginning of the sentence.
Definition in file psycho-text.C.