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

inputs.c File Reference


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.326 2003/01/20 01:11:15 jbednar Exp

Definition in file inputs.c.

#include <vector>
#include <functional>
#include <string>
#include <time.h>
#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 "stringutils.h"
#include "worldviews.h"
#include "shuffledrand.h"
#include "valuegencontainer.h"
#include "generic_stdlib.h"
#include "matrix.h"
#include "tnt_gnuplot.h"
#include "robj.h"
#include "neuralregion.h"
#include "neuralregionmap.h"
#include "neuralregionmanager.h"
#include "mathconstants.h"

Include dependency graph for inputs.c:

Include dependency graph

Go to the source code of this file.

Compounds

class  cmdobj_init_network
class  cmdobj_uninit_network
class  cmdobj_training
class  cmdobj_testing
class  cmdobj_step
class  cmdobj_load_snapshot
class  cmdobj_input_define_convolution
class  cmdobj_input_present_object
class  cmdobj_input_present
class  cmdobj_input_draw
class  cmdobj_input_clear
class  cmdobj_input_reset
class  cmdobj_input_print
class  cmdobj_input_define_generator
class  cmdobj_input_define
class  cmdobj_input_undefine
class  cmdobj_connect_region
class  cmdobj_define_region
class  Eyes
 High-level manager of region definition, connection, and control. More...

class  NamedValueGenerators
 Defines and keeps a set of ValueGenerators as global parameters. More...

class  setfnobj2_inputs_pereye_setfn2
class  setfnobj2_blur_type_setfn2
class  setfnobj2_double_blur_setfn2
class  setfnobj2_exc_rad_setfn2
class  setfnobj2_distribution_setfn2
class  ParameterizedThreshold
 Thresholding and bounding which look up their parameters. More...


Defines

#define CMDARGP_DOC   "Default value for the corresponding parameter for commands."
 Miscellana needed for registering parameters for command arguments.

#define CMDARGP(name, initial_value, options, doc)   PARAM_A(blackboard.lookup_map("::cmd"),name,initial_value,options,doc);
#define PROGRESS_REPORT_NEEDED(last_msg_time)   (progress_reports && (time(NULL)-(last_msg_time) >= progress_report_interval))

Functions

std::ostream & operator<< (std::ostream &s, const NeuralRegion::Dimensions &d)
 For stringrep() of a Dimension.


Generated on Mon Jan 20 02:36:11 2003 for RF-LISSOM by doxygen1.3-rc2