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.
const char * format
 scanf-like format string for file
long indexCol
 Column of the index vector (starting at zero).
psVectorindex
 Vector of independent index values.
psArrayvalues
 Array of dependent table values corresponding to index values.
const double validFrom
 Lower bound for rable read.
const double validTo
 Upper bound for table read.


Field Documentation

const char* psLookupTable::filename
 

Name of file with table.

Definition at line 30 of file psLookupTable.h.

const char* psLookupTable::format
 

scanf-like format string for file

Definition at line 31 of file psLookupTable.h.

psVector* psLookupTable::index
 

Vector of independent index values.

Definition at line 33 of file psLookupTable.h.

long psLookupTable::indexCol
 

Column of the index vector (starting at zero).

Definition at line 32 of file psLookupTable.h.

const double psLookupTable::validFrom
 

Lower bound for rable read.

Definition at line 35 of file psLookupTable.h.

const double psLookupTable::validTo
 

Upper bound for table read.

Definition at line 36 of file psLookupTable.h.

psArray* psLookupTable::values
 

Array of dependent table values corresponding to index values.

Definition at line 34 of file psLookupTable.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 14 10:43:43 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2