clGridBase::stcRecords Struct Reference

The structure holding grid cell data. More...

#include <GridBase.h>

List of all members.

Public Attributes

int * p_iIntVals
 Array holding integer values.
float * p_fFloatVals
 Array holding float values.
char ** p_cCharVals
 Array holding char values.
bool * p_bBoolVals
 Array holding bool values.
clPackagep_oPackage
 For packages, if necessary.


Detailed Description

The structure holding grid cell data.


Member Data Documentation

bool* clGridBase::stcRecords::p_bBoolVals
 

Array holding bool values.

Size is m_iNumBoolVals

char** clGridBase::stcRecords::p_cCharVals
 

Array holding char values.

Size is m_iNumCharVals

float* clGridBase::stcRecords::p_fFloatVals
 

Array holding float values.

Size is m_iNumFloatVals

int* clGridBase::stcRecords::p_iIntVals
 

Array holding integer values.

Size is m_iNumIntVals

clPackage* clGridBase::stcRecords::p_oPackage
 

For packages, if necessary.

This will link to the others.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 26 13:44:46 2006 for SORTIE Core C++ Documentation by  doxygen 1.4.6-NO