00001
00002
00004
00005 #if !defined(AFX_INTERPOLATOR_H__5A2C4D5B_035C_4A4D_9384_CB800484BDA6__INCLUDED_)
00006 #define AFX_INTERPOLATOR_H__5A2C4D5B_035C_4A4D_9384_CB800484BDA6__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 #include "SamplePoint.h"
00013 #include "Defines.h"
00014
00016
00019 class CInterpolator
00020 {
00021 public:
00022 CInterpolator();
00024
00027 CSamplePoint *Interpolate(CPoint3D &position,CSamplePoint ** neighbour);
00028 virtual void Interpolate(CSamplePoint *sp, CPoint3D &position,CSamplePoint ** neighbour) = 0;
00029 virtual ~CInterpolator();
00030 };
00031
00032 #endif // !defined(AFX_INTERPOLATOR_H__5A2C4D5B_035C_4A4D_9384_CB800484BDA6__INCLUDED_)