struct T_LAYER

Intermediate Layer object

int idx
Unique ID for this Layer object
char* name
Pointer to the string name assigned to this object
int nLsh
The number of Layer shells defined in the input file?
int* LShells
Array of indexes with length = nLsh
int nCellTypes
The number of cell types contained in this layer
int* CellType
Array of indexes with length = nCellTypes
int* CellQty
Array containing the number of each cell type this layer has
int nConnect
The number of synapse connection processes to make within the layer
T_CONNECT* Connect
Array of connection objects with length = nConnect;

Documentation

Intermediate Layer object. Created from temporary layers made during parsing the input and will be used in creating the final layer objects.
int idx
Unique ID for this Layer object

char* name
Pointer to the string name assigned to this object

int nLsh
The number of Layer shells defined in the input file?

int* LShells
Array of indexes with length = nLsh. Indexes into layer shell array?

int nCellTypes
The number of cell types contained in this layer

int* CellType
Array of indexes with length = nCellTypes. Contains indexes into cell array?

int* CellQty
Array containing the number of each cell type this layer has. Each element corresponds with the elements of array CellType

int nConnect
The number of synapse connection processes to make within the layer. Each process connects cells from the source to cells of the destination during the final brain creation stage.

T_CONNECT* Connect
Array of connection objects with length = 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