|
| | SOSM_ScalarTable3D (SOSM_Manager *aManagerPtr) |
| double | GetModificationTime () const |
| | Return when the source file from which the object was recreated was last modified.
|
| const TblIndVarU< float > & | IV1 () const |
| | Return the independent variable 1 values (const form).
|
| TblIndVarU< float > & | IV1 () |
| | Return the independent variable 1 values (non-const form).
|
| const TblIndVarU< float > & | IV2 () const |
| | Return the independent variable 2 values (const form).
|
| TblIndVarU< float > & | IV2 () |
| | Return the independent variable 2 values (non-const form).
|
| const TblIndVarU< float > & | IV3 () const |
| | Return the independent variable 3 values (const form).
|
| TblIndVarU< float > & | IV3 () |
| | Return the independent variable 3 values (non-const form).
|
| const std::vector< float > & | DV () const |
| | Return the dependent variable (const form).
|
| std::vector< float > & | DV () |
| | Return the dependent variable (non-const form).
|
| float | Interpolate (const TblLookupL< float > &aIV1_Lookup, const TblLookupL< float > &aIV2_Lookup, const TblLookupL< float > &aIV3_Lookup) const |
| void | LoadBinaryFile (const std::string &aFileName) |
| void | SaveBinaryFile (const std::string &aFileName) |
A table that represents a scalar function of three variables.
- Note
- This class does not currently have text file loading capabilities like the other table classes as it is only used for storing the internally generated tables used by the for the 'high-performance' mode.