提交BaseFun.h

This commit is contained in:
zhaolei 2026-04-16 10:57:51 +08:00
parent c01e6ecfe2
commit e9b8e86e1e

View File

@ -5,6 +5,7 @@
// CBaseFunApp
// 有关此类实现的信息,请参阅 BaseFun.cpp
//
#include <QStatusBar>
#include "BaseFunExport.h"
#include "CStringType.h"
//#include "ObjectArchive.h"
@ -122,6 +123,7 @@ BASEFUN_EXPORT int akima (float *x,float *y,int nx,float *c);
BASEFUN_EXPORT int cubspl (float x[],float y[],int nx,float c[]);
BASEFUN_EXPORT int spline(float x[],float y[], int n,float yp1, float ypn,float y2[]);
BASEFUN_EXPORT int intpol (float *x,float *y,int n,int m,float *u,float *v,int mode);
BASEFUN_EXPORT QStatusBar* GetStatusBar();
class DOUBLEPROPERTY
{
public: