struct T_CONNECT

Object containing information for synapse connections

char* input
pointer to string name?
int FromCol
The index of source Column
int FromLayer
The index of source Layer
int FromCell
The index of the source Cell type
int FromCmp
The index of the source Compartment
int ToCol
The index of the destination Column
int ToLayer
The index of the destination Layer
int ToCell
The index of the destination Cell type
int ToCmp
The index of the destination Compartment
int SynType
The index of the synapse to use for the connection
int speed
The synapse will be assigned a speed
double Prob
The probability that a synapse will be made between a particular source and destination

Documentation

Object containing information for synapse connections. These connections will be generated during the final Brain creation stage from this structure's fields.
char* input
pointer to string name?

int FromCol
The index of source Column. The index refers to the T_COLUMN array inside the Arrays object

int FromLayer
The index of source Layer. The index refers to the T_LAYER array inside the Arrays object

int FromCell
The index of the source Cell type. The index refers to the T_CELL array inside the Arrays object

int FromCmp
The index of the source Compartment. The index refers to the T_COMPART array inside the Arrays object

int ToCol
The index of the destination Column. The index refers to the T_COLUMN array inside the Arrays object

int ToLayer
The index of the destination Layer. The index refers to the T_LAYER array inside the Arrays object

int ToCell
The index of the destination Cell type. The index refer to the T_CELL array inside the Arrays object

int ToCmp
The index of the destination Compartment. The index refers to the T_COMPART array inside the Arrays object

int SynType
The index of the synapse to use for the connection. The index refers to the T_SYNAPSE array inside the Arrays object

int speed
The synapse will be assigned a speed. Speed controls how quickly the destination receives a signal from the source.

double Prob
The probability that a synapse will be made between a particular source and destination. A higher probability results in more synaptic connections.

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