This object is a container for the compartments
This object is a container for the compartments. Also provides access to the other cells. ALl cell to cell communication first goes thru the cell object, which then distributes it to the child compartments contained within. It is through the cell that the program must loop and it is because of the communications between cells that the neuronal modeling is based. The types of cells included here are: Excitatory (E), and Inhibitory (I) and the types of connections allowed are E->E, E->I, I->E, I->I
bool Empty
int idx
int nCompartments
Compartment** vCompartments
Cell()
Cell(unsigned int, int, int, int)
~Cell()
void DoProcessCell(int)
void AddMsgsToIncomingQ(Message * )
void SendOutgoingMsgs(unsigned int)
void ProcessIncomingMsgs()
void AddMsgsToOutgoingQ(Message * )
void GiveMsgToCompartment(Message *)
bool IsEmpty()
void SetEmpty(bool)
bool GetEmpty()
void SaveSynapseUse()
Compartment* GetCompartment(int)
void CellStateSave( FILE * )
void CellLoad( FILE *, char *, int )
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