#include <vector>
#include <functional>
#include <string>
#include "inputs.h"
#include "ipc.h"
#include "cmdparam.h"
#include "kernelfactory.h"
#include "fixedwtregion.h"
#include "retina.h"
#include "pointermap.h"
#include "kernelwrapper.h"
#include "file_io.h"
#include "stringutils.h"
#include "worldviews.h"
#include "generic_stdlib.h"
#include "matrix.h"
#include "tnt_gnuplot.h"
#include "robj.h"
Include dependency graph for inputs.c:

Go to the source code of this file.
Compounds | |
| class | Eyes::cmdobj_input_clear |
| class | Eyes::cmdobj_input_define |
| class | Eyes::cmdobj_input_define_convolution |
| class | Eyes::cmdobj_input_define_generator |
| class | Eyes::cmdobj_input_draw |
| class | Eyes::cmdobj_input_plot_convolution |
| class | Eyes::cmdobj_input_present |
| class | Eyes::cmdobj_input_present_object |
| class | Eyes::cmdobj_input_print |
| class | Eyes::cmdobj_input_reset |
| class | Eyes::cmdobj_input_undefine |
| class | Eyes |
| class | NamedValueGenerators |
| class | Eyes::setfnobj_blur_type_setfn |
| class | Eyes::setfnobj_distribution_setfn |
| class | Eyes::setfnobj_double_blur_setfn |
| class | Eyes::setfnobj_inputs_pereye_setfn |
Variables | |
| Eyes | eyes |
| Object referred to by global point of entry; can be eliminated in favor of a variable in lissom.c. More... | |
| Inputs* | inputs = &eyes |
| Global point of entry; can be eliminated in favor of a variable in lissom.c. More... | |
When it settles down, this file should be renamed appropriately.
Definition in file inputs.c.
|
|
Object referred to by global point of entry; can be eliminated in favor of a variable in lissom.c.
|
|
|
Global point of entry; can be eliminated in favor of a variable in lissom.c. It is a pointer so that other files can ignore the actual class of the inputs, and to allow that class to change at runtime. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000