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

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 | |
| unsigned int | 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. | |
| psF64 | validFrom |
| Lower bound for rable read. | |
| psF64 | validTo |
| Upper bound for table read. | |
|
|
Name of file with table.
Definition at line 30 of file psLookupTable.h. |
|
|
scanf-like format string for file
Definition at line 31 of file psLookupTable.h. |
|
|
Vector of independent index values.
Definition at line 33 of file psLookupTable.h. |
|
|
Column of the index vector (starting at zero).
Definition at line 32 of file psLookupTable.h. |
|
|
Lower bound for rable read.
Definition at line 35 of file psLookupTable.h. |
|
|
Upper bound for table read.
Definition at line 36 of file psLookupTable.h. |
|
|
Array of dependent table values corresponding to index values.
Definition at line 34 of file psLookupTable.h. |
1.4.1