struct T_COLUMN

Container object to organize layers.

[more]LOCATOR L
general information
[more]char* shellName
Name of the column shell object to use.
[more]int CShell
index refers to the T_CSHELL objects
[more]int nLayers
Number of layers defined within this column object
[more]LIST* LayerNames
Linked List of layer names to be included in this column
[more]int* Layers
Array of indexes corresponding to the requested layers
[more]int nConnect
number of synapse connections defined between layers in this column
[more]T_CONNECT* CnList
Linked List of connections built during parsing
[more]T_CONNECT** Connect
Array of connections built after parsing is complete to allow for random access
[more]int nRecurrent
number of recurrent connections
[more]T_RECURRENT* recurrentList
linked list of recurrent connections created during parsing


Documentation

Container object to organize layers. After parsing, layers names will be stored in a linked list structure. These names will be looked up to make sure they exist. If not, there is an error; otherwise, the index into the layer array will be stored.

As for layer connections, they are initially stored in a linked list structure. Once all connections are known, an array of pointers is made to allow for random access.

oLOCATOR L
general information

ochar* shellName
Name of the column shell object to use. This will give the column dimensions.

oint CShell
index refers to the T_CSHELL objects

oint nLayers
Number of layers defined within this column object

oLIST* LayerNames
Linked List of layer names to be included in this column

oint* Layers
Array of indexes corresponding to the requested layers

oint nConnect
number of synapse connections defined between layers in this column

oT_CONNECT* CnList
Linked List of connections built during parsing

oT_CONNECT** Connect
Array of connections built after parsing is complete to allow for random access

oint nRecurrent
number of recurrent connections

oT_RECURRENT* recurrentList
linked list of recurrent connections created during parsing

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.