#include "GUI/XWindow.H"
#include "Raster/Raster.H"
#include "Util/Assert.H"
#include "Util/Timer.H"
#include "Util/log.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/DrawOps.H"
#include <fstream>
#include <iostream>
#include <math.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | StimMakerParam |
holder class for parameters used in StimMaker More... | |
Defines | |
#define | SM_STIM_RAND 0 |
#define | SM_STIM_DISK 1 |
#define | SM_STIM_RECT 2 |
#define | SM_STIM_LINE 3 |
#define | SM_STIM_CROSS 4 |
#define | SM_STIM_PATCH 5 |
#define | SM_STIM_ARROW 6 |
#define | SM_STIM_CIRC 7 |
#define | SM_SHAPES 7 |
#define | SM_COLOR_RAND 0 |
#define | SM_COLOR_RED 1 |
#define | SM_COLOR_ORANGE 2 |
#define | SM_COLOR_YELLOW 3 |
#define | SM_COLOR_GREEN 4 |
#define | SM_COLOR_BLUE 5 |
#define | SM_COLOR_PURPLE 6 |
#define | SM_COLOR_BLACK 7 |
#define | SM_COLOR_WHITE 8 |
#define | SM_COLOR_CUSTOM 9 |
#define | SM_COLORS 8 |
#define | SM_SLOW_RATE 10 |
#define | SM_FAST_RATE 4 |
#define | SM_STOP_RATE 0 |
#define | SM_SMOOTH_ACCEL 2 |
#define | SM_FAST_STIM 0 |
#define | SM_SLOW_STIM 1 |
#define | SM_NSPD_STIM 2 |
#define | SM_STATE_STEADY 0 |
#define | SM_STATE_STOP 1 |
#define | SM_STATE_START 2 |
#define | SM_NO_USE_RANDOM_START 0 |
#define | SM_USE_RANDOM_START 1 |
#define | SM_NO_USE_SMOOTH_RATE_CHANGE 0 |
#define | SM_USE_SMOOTH_RATE_CHANGE 1 |
#define | SM_NO_USE_HEXAGON 0 |
#define | SM_USE_HEXAGON 1 |
make different kind of visual test stimuli
Definition in file StimMakerParam.H.