#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. | |
| 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. | |
| psVector * | index |
| Vector of independent index values. | |
| psArray * | values |
| Array of dependent table values corresponding to index values. | |
|
|
Name of file with table.
Definition at line 30 of file psLookupTable.h. |
|
|
Vector of independent index values.
Definition at line 35 of file psLookupTable.h. |
|
|
Number of table columns.
Definition at line 32 of file psLookupTable.h. |
|
|
Number of table rows.
Definition at line 31 of file psLookupTable.h. |
|
|
Lower bound for rable read.
Definition at line 33 of file psLookupTable.h. |
|
|
Upper bound for table read.
Definition at line 34 of file psLookupTable.h. |
|
|
Array of dependent table values corresponding to index values.
Definition at line 36 of file psLookupTable.h. |
1.3.9.1