| aarectangle.h [code] | Low-level classes for specifying and operating on axis-aligned rectangles |
| allocatingpointer.h [code] | AllocatingPointer, OwningPointer, and MemoryReference classes |
| binarysave.c [code] | Routines for binary weight file writing/reading |
| binarysave.h [code] | StateSaver and LISSOMBinaryStateSaver class declarations |
| bounded.h [code] | Bounded namespace and associated types |
| boundednumber.h [code] | Contains Bounded namespace, holding bounded numeric classes |
| boundedstring.h [code] | BoundedString class |
| boundingbox.h [code] | BoundingBox class hierarchy: Classes that keep track of a region in a two-dimensional space, computing whether a point is within that region and supporting various affine transformations of that region |
| cmdparam.c [code] | Parameters, commands, and counter hooks |
| cmdparam.h [code] | Public headers for cmdparam.c |
| colorlookup.h [code] | ColorLookup classes and associated functions |
| expressionparser.h [code] | ExpressionParser and ParamStringParser classes |
| exprparser.h [code] | ExprParser class |
| fixedwtregion.h [code] | NeuralRegion with fixed weights identical for all neurons |
| generic_stdlib.h [code] | Generic algorithms which require components from the standard library; also includes those without such requirements by reference |
| genericalgs.h [code] | Generic algorithms not assuming any particular datatype |
| globals.c [code] | Global variables and routines for LISSOM |
| globals.h [code] | Public headers for globals.c |
| gzstream.h [code] | |
| histogram.h [code] | OneDHistogram class and associated functions |
| histogramimage.h [code] | HistogramImage class |
| image.h [code] | Image classes |
| imagegrid.h [code] | ImageGrid class |
| ind_types.c [code] | Endian-ness checking, swapping routines, and other functions for achieving cross-platform compatibility |
| ind_types.h [code] | Define platform-independent types and other platform-specific support |
| index_iterator.h [code] | Index_iterator class |
| inputs.c [code] | Originally, code to produce retinal inputs, but it has since grown to take over all the network and input areas |
| inputs.h [code] | External interface to the Eyes class |
| ipc.c [code] | Interprocess communication routines |
| ipc.h [code] | Public headers for ipc.c |
| kernel.c [code] | Core RF-LISSOM computation routines, only slightly modified from original C source |
| kernel.h [code] | Public headers for kernel.c |
| kernelfactory.c [code] | Code to generate two-dimensional matrices of function values as kernels for convolution |
| kernelfactory.h [code] | Code to generate two-dimensional matrices of function values as kernels for convolution |
| kernelwrapper.h [code] | |
| lissom.c [code] | Main RF-LISSOM command-line program |
| loopspec.h [code] | LoopSpec class and associated functions |
| mathconstants.h [code] | Defines useful mathematical constants |
| matrix.h [code] | Wrapper for matrix classes to make it simpler to switch between different underlying implementations |
| matrixadapter.h [code] | MatrixAdapter<> class |
| matrixhistogram.h [code] | Matrix_histogram function |
| matriximage.h [code] | MatrixImage class |
| matriximagefactory.h [code] | MatrixImageFactory class, which allows an Image to be constructed from a Matrix or several Matrices |
| msg.h [code] | Msg namespace: General-purpose messaging handlers |
| neuralregion.h [code] | NeuralRegion and InternalNeuralRegion classes |
| neuralregionmanager.h [code] | NeuralRegionManager class |
| neuralregionmap.c [code] | NeuralRegionMap class implementation |
| neuralregionmap.h [code] | NeuralRegionMap class declaration |
| parameter.h [code] | ParameterDefinition class |
| parametermap.h [code] | ParameterMap class |
| parammap.h [code] | ParamMap class |
| pathspecification.h [code] | PathSpecification class |
| pixel.h [code] | Pixel classes |
| plotspecification.h [code] | PlotSpecification class |
| pnm_io.h [code] | Input routines for PNM, PPM, PGM, and PBM files |
| pointerlookup.h [code] | PointerLookup class |
| pointermap.h [code] | Map of pointers to objects allocated externally but owned by the map |
| polymorph.h [code] | Polymorph class |
| ppm_draw.c [code] | Originally had drawing commands, but now just has a few parameters retained from the old code, most unimplemented in the new code |
| ppm_draw.h [code] | Public headers for ppm_draw.c |
| radialfunction.h [code] | One-dimensional radial functions |
| retina.h [code] | Retina class and associated functions |
| retinalobjs.c [code] | Code to produce input objects |
| retinalobjs.h [code] | Retinal_Object and derived classes: draw 2D greyscale objects in a plane |
| robj.h [code] | Retinal_Obj class: Abstract base class for an object which has a discrete state and which can return an activation value for any given floating-point position in the plane |
| scale.h [code] | Scale namespace: Classes that scale their argument according to some internal function |
| sequencetransform.h [code] | SequenceTransform namespace |
| shuffledrand.h [code] | Improved random number generators based on drand48; should be replaced with a real random number generating class that can support independent streams of values |
| stimulusparametermap.h [code] | StimulusParameterMap and related classes |
| stringparser.h [code] | Very basic parser to support object construction from a string specification |
| stringutils.h [code] | General-purpose string utility functions |
| tnt_gnuplot.h [code] | Generic gnuplot line plotting for most vector and matrix classes |
| tristate.h [code] | Tristate type |
| typeless.h [code] | Typeless class |
| valuegen.h [code] | Generators for various distributions, including random |
| valuegencontainer.h [code] | ValueGenContainer class |
| valuegenmap.h [code] | Map of ValueGenerators |
| vgen.h [code] | ValueGen class |
| weightset.h [code] | WeightSet class |
| worldviews.c [code] | Code to generate retinal inputs representing views of a two-dimensional Cartesian world |
| worldviews.h [code] | Top-level code to generate retinal inputs representing views of a two-dimensional Cartesian world |
| zipiostream.h [code] | C++ stream wrapper for the zlib |