Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

inputs.c File Reference

Originally, code to produce retinal inputs, but it has since grown to take over all the network and input areas. More...

#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:

Include dependency graph

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...

Inputsinputs = &eyes
 Global point of entry; can be eliminated in favor of a variable in lissom.c. More...


Detailed Description

Originally, code to produce retinal inputs, but it has since grown to take over all the network and input areas.

When it settles down, this file should be renamed appropriately.

Header:
/u/nn/cvsroot/lissom/src/inputs.c,v 1.182 2000/08/20 22:47:39 jbednar Exp

Definition in file inputs.c.


Variable Documentation

Eyes eyes
 

Object referred to by global point of entry; can be eliminated in favor of a variable in lissom.c.

Definition at line 787 of file inputs.c.

Inputs * inputs = &eyes
 

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.

Definition at line 790 of file inputs.c.


Generated at Mon Aug 21 00:31:03 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000