#include <fixedwtregion.h>
Collaboration diagram for FixedWtRegion::Input:

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 ActivityMatrix* | input |
| Pointer to the input area. More... | |
| Length | size_scale |
| Size ratio between this region and the input region. More... | |
Definition at line 115 of file fixedwtregion.h.
|
|
Definition at line 116 of file fixedwtregion.h. |
|
|
Function to return the name, for alogorithms like Generic::name_match().
Definition at line 120 of file fixedwtregion.h. |
|
|
Pointer to the input area.
Definition at line 124 of file fixedwtregion.h. |
|
|
Weights to use.
Definition at line 123 of file fixedwtregion.h. |
|
|
Name of this connection.
Definition at line 122 of file fixedwtregion.h. |
|
|
Size ratio between this region and the input region.
Definition at line 125 of file fixedwtregion.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000