class Layer

The layer object is a container structure for the kind and quantity of cell types within this layer

Public Fields

int LayerShellType
data from layer shell
double LOWER
Percentage location on column where the bottom of this layer ends
double UPPER
Percentage location on column where the top of this layer ends
int idx
This is index of definition in ARRAYS from which the object was created
char* name
The name given to this object from the input file
int* vCellTypes
kinds of cells in this layer
int* vCellQty
number of each kind

Public Methods

Layer()
Default Consructor
Layer(int, T_LSHELL *, T_LAYER *)
Constructor used when building this from input file
~Layer()
Destructor
void LayerStateSave( FILE * )
Save layer to file
void LayerLoad( FILE *, char * )
Load layer from file

Documentation

The layer object is a container structure for the kind and quantity of cell types within this layer
int LayerShellType
data from layer shell

double LOWER
Percentage location on column where the bottom of this layer ends

double UPPER
Percentage location on column where the top of this layer ends

int idx
This is index of definition in ARRAYS from which the object was created

char* name
The name given to this object from the input file. Useful for debugging.

int* vCellTypes
kinds of cells in this layer

int* vCellQty
number of each kind

Layer()
Default Consructor

Layer(int, T_LSHELL *, T_LAYER *)
Constructor used when building this from input file

~Layer()
Destructor

void LayerStateSave( FILE * )
Save layer to file

void LayerLoad( FILE *, char * )
Load layer from 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