Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psLookupTable Struct Reference

#include <psLookupTable.h>

Collaboration diagram for psLookupTable:

Collaboration graph
[legend]

Detailed Description

Lookup table structure.

Holds table data read from external data files.

Definition at line 28 of file psLookupTable.h.

Data Fields

const char * fileName
 Name of file with table.
psU64 numRows
 Number of table rows.
psU64 numCols
 Number of table columns.
psF64 validFrom
 Lower bound for rable read.
psF64 validTo
 Upper bound for table read.
psVectorindex
 Vector of independent index values.
psArrayvalues
 Array of dependent table values corresponding to index values.


Field Documentation

const char* psLookupTable::fileName
 

Name of file with table.

Definition at line 30 of file psLookupTable.h.

psVector* psLookupTable::index
 

Vector of independent index values.

Definition at line 35 of file psLookupTable.h.

psU64 psLookupTable::numCols
 

Number of table columns.

Definition at line 32 of file psLookupTable.h.

psU64 psLookupTable::numRows
 

Number of table rows.

Definition at line 31 of file psLookupTable.h.

psF64 psLookupTable::validFrom
 

Lower bound for rable read.

Definition at line 33 of file psLookupTable.h.

psF64 psLookupTable::validTo
 

Upper bound for table read.

Definition at line 34 of file psLookupTable.h.

psArray* psLookupTable::values
 

Array of dependent table values corresponding to index values.

Definition at line 36 of file psLookupTable.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 4 18:24:46 2005 for Pan-STARRS Foundation Library by  doxygen 1.3.9.1