struct T_COLUMN

Intermediate Column Object

int idx
Unique ID assigned to each column
char* name
The name of the column from the input file
int CShell
Index into the Column Shell array
int nLayers
The number of layers within the column
int* Layers
Dynamic array of layers
int nConnect
The number of synapse connections to be made within the Column
T_CONNECT* Connect
Array of Synapse Connections that need to be made

Documentation

Intermediate Column Object
int idx
Unique ID assigned to each column

char* name
The name of the column from the input file

int CShell
Index into the Column Shell array

int nLayers
The number of layers within the column

int* Layers
Dynamic array of layers. Length of array is stored in nLayers.

int nConnect
The number of synapse connections to be made within the Column

T_CONNECT* Connect
Array of Synapse Connections that need to be made. Length of array is stored in nConnect.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de