class Column

Container for the layers

Public Fields

int idx
This is index of definition in ARRAYS from which the object was created
char* name
Pointer to the character string containing descriptive name given to this column
double WIDTH
Width of column
double HEIGHT
Height of column
double LOCATIONX
X coordinate of the column's center
double LOCATIONY
Y location of the column
Layer** vLayers
List of Layer pointers
int nLayers
Number of layers within column

Public Methods

Column()
Default Constructor
Column(int, T_CSHELL *, T_COLUMN *)
Constructor used to build object from input file
~Column()
destructor
void ColStateSave( FILE * )
Save column to file
void ColLoad( FILE *, char * )
Load column form file

Documentation

Container for the layers. It also provides biological info about the size and shape of the corresponding columns within the brain
int idx
This is index of definition in ARRAYS from which the object was created

char* name
Pointer to the character string containing descriptive name given to this column

double WIDTH
Width of column. Size is given in micro meters?

double HEIGHT
Height of column. Size given in micro meters?

double LOCATIONX
X coordinate of the column's center

double LOCATIONY
Y location of the column

Layer** vLayers
List of Layer pointers

int nLayers
Number of layers within column

Column()
Default Constructor

Column(int, T_CSHELL *, T_COLUMN *)
Constructor used to build object from input file

~Column()
destructor

void ColStateSave( FILE * )
Save column to file

void ColLoad( FILE *, char * )
Load column form file


This class has no child classes.

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