41 int a_SrcSizeX,
int a_SrcSizeY,
43 int a_DstSizeX,
int a_DstSizeY
53 int a_SrcSizeX,
int a_SrcSizeY,
int a_SrcSizeZ,
55 int a_DstSizeX,
int a_DstSizeY,
int a_DstSizeZ
const int MAX_INTERPOL_SIZEZ
Maximum Z-size of the interpolated array.
const int MAX_INTERPOL_SIZEY
Maximum Y-size of the interpolated array.
void LinearInterpolate2DArray(float *a_Src, int a_SrcSizeX, int a_SrcSizeY, float *a_Dst, int a_DstSizeX, int a_DstSizeY)
Puts linearly interpolated values from one array into another array.
const int MAX_INTERPOL_SIZEX
Maximum X-size of the interpolated array.
void LinearInterpolate3DArray(float *a_Src, int a_SrcSizeX, int a_SrcSizeY, int a_SrcSizeZ, float *a_Dst, int a_DstSizeX, int a_DstSizeY, int a_DstSizeZ)
Puts linearly interpolated values from one array into another array.
void LinearInterpolate1DArray(float *a_Src, int a_SrcSizeX, float *a_Dst, int a_DstSizeX)
Puts linearly interpolated values from one array into another array.