Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
InterpolationData.h
Go to the documentation of this file.
1
#ifndef INTERPOLATION_DATA
2
#define INTERPOLATION_DATA InterpolationData
3
4
5
class
InterpolationData
6
{
7
public
:
8
9
InterpolationData
();
10
~InterpolationData
();
11
12
int
numberOfInterpolationPoints
;
13
intSerialArray
interpolationPoint
;
14
intSerialArray
interpoleeLocation
;
15
intSerialArray
interpoleeGrid
;
16
intSerialArray
variableInterpolationWidth
;
17
realSerialArray
interpolationCoordinates
;
18
19
};
20
21
#endif
Generated on Fri Jan 4 2013 10:17:54 for Overture by
1.8.3