00001
00002
00004
00005 #if !defined(AFX_SL_INTERPOLATION_H__67089D72_B539_49AF_AE66_3FF50F0A1BFF__INCLUDED_)
00006 #define AFX_SL_INTERPOLATION_H__67089D72_B539_49AF_AE66_3FF50F0A1BFF__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 #include "misc.h"
00013
00014
00015 class SL_Interpolation
00016 {
00017 public:
00018 SL_Interpolation();
00019
00020 virtual ~SL_Interpolation();
00021
00022
00023
00024
00025 virtual bool interpolate(const Vec2f PointNow,
00026 Vec2f &PointOut,
00027
00028 int iVectorIndex, bool followFlow ) = 0;
00029
00030
00031
00032 protected:
00033
00034
00035 };
00036
00037 #endif // !defined(AFX_SL_INTERPOLATION_H__67089D72_B539_49AF_AE66_3FF50F0A1BFF__INCLUDED_)