Overture  Version 25
InterpolationData.h
Go to the documentation of this file.
1 #ifndef INTERPOLATION_DATA
2 #define INTERPOLATION_DATA InterpolationData
3 
4 
6 {
7 public:
8 
11 
13 intSerialArray interpolationPoint;
14 intSerialArray interpoleeLocation;
15 intSerialArray interpoleeGrid;
18 
19 };
20 
21 #endif