The core brain structure
The core brain structure. It contains lists of the objects, such as Cells, that the brain contains (which in turn may contain other lists of their internal components). The code is basically a loop that runs through the Stimulus, Cell, and Report lists every timestep, and calls them to do whatever they do.
char* SaveSynFile
double TotalTime
int CycleCount
int TimeStep
int ReportTime
int StartTime
int nColumns
Column** vColumns
int nLPtrs
Layer** LBasePtr
int nCellList
Cell** vCellList
int nStimulus
Stimulus* StimList
int nReports
Report* RptList
int nSynapseLearn
SynapseLearning** vSynapseLearn
int nSynapseRSE
SynapseRSE** vSynapseRSE
int nSynapsePSG
SynapsePSG** vSynapsePSG
int nSynapseData
SynapseData** vSynapseData
bool SaveFlag
double SaveTime
char SaveFile[128]
Brain(T_BRAIN *, char *, char *)
Brain(T_BRAIN *)
~Brain()
void SetCellCount()
unsigned int GetCellCount()
void GiveMsgToCell(Message *)
int DoThink()
void StateSave(char *)
void LoadBrain( char *, char *)
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