Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Interpolate.h File Reference

Lookup table classes with bicubic interpolation. More...

#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


Detailed Description

Lookup table classes with bicubic interpolation.

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)


Variable Documentation

NAMESPACE_SIMDATA class Archive
 


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.

[SF.net]