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

FixedWtRegion::Input Struct Reference

Record containing all we need to store about a given input region. More...

#include <fixedwtregion.h>

Collaboration diagram for FixedWtRegion::Input:

Collaboration graph

[legend]
List of all members.

Public Methods

 Input (const string& name_i, const WeightMatrix& kernel_i, const ActivityMatrix* input_i, const Length size_scale_i)
const string& name () const
 Function to return the name, for alogorithms like Generic::name_match(). More...


Public Attributes

string name_str
 Name of this connection. More...

WeightMatrix kernel
 Weights to use. More...

const ActivityMatrixinput
 Pointer to the input area. More...

Length size_scale
 Size ratio between this region and the input region. More...


Detailed Description

Record containing all we need to store about a given input region.

Definition at line 115 of file fixedwtregion.h.


Constructor & Destructor Documentation

FixedWtRegion::Input::Input ( const string & name_i,
const WeightMatrix & kernel_i,
const ActivityMatrix * input_i,
const Length size_scale_i )
 

Definition at line 116 of file fixedwtregion.h.


Member Function Documentation

const string & FixedWtRegion::Input::name ( ) const [inline]
 

Function to return the name, for alogorithms like Generic::name_match().

Definition at line 120 of file fixedwtregion.h.


Member Data Documentation

const ActivityMatrix * FixedWtRegion::Input::input
 

Pointer to the input area.

Definition at line 124 of file fixedwtregion.h.

WeightMatrix FixedWtRegion::Input::kernel
 

Weights to use.

Definition at line 123 of file fixedwtregion.h.

string FixedWtRegion::Input::name_str
 

Name of this connection.

Definition at line 122 of file fixedwtregion.h.

Length FixedWtRegion::Input::size_scale
 

Size ratio between this region and the input region.

Definition at line 125 of file fixedwtregion.h.


The documentation for this struct was generated from the following file:
Generated at Mon Aug 21 00:31:18 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000