AkimaInterpolator1D.h

Go to the documentation of this file.
00001 // AkimaInterpolator1D.h: interface for the AkimaInterpolator1D class.
00002 //
00004 
00005 #if !defined(AFX_AKIMAInterpolator1D_H__FB4EF769_FD9B_4764_8D0C_6A9ECEEF4509__INCLUDED_)
00006 #define AFX_AKIMAInterpolator1D_H__FB4EF769_FD9B_4764_8D0C_6A9ECEEF4509__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Interpolator1D.h"
00013 #include <gsl/gsl_errno.h>
00014 #include <gsl/gsl_spline.h>
00015 #include <string>
00016 
00017 //using namespace std;
00018 
00019 namespace Interpolator
00020 {
00021 
00023 class AkimaInterpolator1D : public Interpolator1D  
00024 {
00025 public:
00026         AkimaInterpolator1D();
00027         virtual ~AkimaInterpolator1D();
00028 
00029         AkimaInterpolator1D(    
00030                                 std::string sName, 
00031                                 std::string sDescription, 
00032                                 InterpolationData1D* mInterpolationData);
00033 
00034         virtual double getInterpolatedValue(double dValue);
00035         virtual void updateInterpolator();
00036 };
00037 }
00038 #endif // !defined(AFX_AKIMAInterpolator1D_H__FB4EF769_FD9B_4764_8D0C_6A9ECEEF4509__INCLUDED_)

Generated on Tue Apr 14 09:50:27 2009 for Interpolator Library by  doxygen 1.4.5