#include <string>
#include <vector>
#include <cstdio>
#include <SimData/Enum.h>
#include <SimData/Export.h>
Go to the source code of this file.
Compounds | |
| class | Curve |
| A one-dimensional bicubic-interpolated look-up table. More... | |
| class | InterpolatedData |
| Base class for interpolated data. More... | |
| class | Table |
| A two-dimensional bicubic-interpolated look up table. More... | |
Variables | |
| NAMESPACE_SIMDATA class | Archive |
The Table classes read raw parameterized data from a input file. The raw data is interpolated at a specified granularity using a bicubic approximation and stored for fast lookup. Lookups then do linear interpolation of these stored values.
classes: Table1D LUT for F(x) Table2D LUT for F(x,y)
|
|
|
|
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage. Generated on Tue Oct 14 12:06:39 2003, using Doxygen 1.2.18. |