struct T_CELL

Intermediate Cell object

int idx
Unique ID used for this Cell object
char* name
Pointer to the string name assigned to this object in the input file
int Qty
The number of cells of this type to be generated
int nCompart
The number of Compartments this cell will contain
int* Compart
Array of indexes with length = nCompart
char** Labels
Array of charater pointers
int* RSpacing
Not fully implemented
int* ZSpacing
Not fully implemented
int nConnect
Number of connecting process to be made between Compartments within the cell
T_CMPCONNECT* Connect
Array of synapse connection processes within the cell between compartments

Documentation

Intermediate Cell object. Created from temporary cells made during parsing of the input and will be used in creating the final cell objects.
int idx
Unique ID used for this Cell object

char* name
Pointer to the string name assigned to this object in the input file

int Qty
The number of cells of this type to be generated

int nCompart
The number of Compartments this cell will contain

int* Compart
Array of indexes with length = nCompart. Indexes into T_COPART array?

char** Labels
Array of charater pointers. Each pointer refrences the label of the compartment What is a label?

int* RSpacing
Not fully implemented. Currently handles cells with one compartment. Rlated to x coordinate within cell for compartment placement?

int* ZSpacing
Not fully implemented. Currently handles cells with one compartment. Rlated to z coordinate within cell for compartment placement?

int nConnect
Number of connecting process to be made between Compartments within the cell

T_CMPCONNECT* Connect
Array of synapse connection processes within the cell between compartments. Each process will make connections from sources to destinations

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