提交BaseFun.h
This commit is contained in:
parent
c01e6ecfe2
commit
e9b8e86e1e
|
|
@ -5,6 +5,7 @@
|
||||||
// CBaseFunApp
|
// CBaseFunApp
|
||||||
// 有关此类实现的信息,请参阅 BaseFun.cpp
|
// 有关此类实现的信息,请参阅 BaseFun.cpp
|
||||||
//
|
//
|
||||||
|
#include <QStatusBar>
|
||||||
#include "BaseFunExport.h"
|
#include "BaseFunExport.h"
|
||||||
#include "CStringType.h"
|
#include "CStringType.h"
|
||||||
//#include "ObjectArchive.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 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 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 int intpol (float *x,float *y,int n,int m,float *u,float *v,int mode);
|
||||||
|
BASEFUN_EXPORT QStatusBar* GetStatusBar();
|
||||||
class DOUBLEPROPERTY
|
class DOUBLEPROPERTY
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user