#include <psLookupTable.h>
Collaboration diagram for psLookupTable:

Holds table data read from external data files.
Definition at line 31 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). | |
| psVector * | index |
| Vector of independent index values. | |
| psArray * | values |
| 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. | |
| const char* psLookupTable::filename |
| const char* psLookupTable::format |
Array of dependent table values corresponding to index values.
Definition at line 37 of file psLookupTable.h.
| const double psLookupTable::validFrom |
| const double psLookupTable::validTo |
1.5.1