QWT API (中文)
7.0.1
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
src
plot3d
qwt3d_io_reader.h
1
#ifndef qwt3d_reader_h
2
#define qwt3d_reader_h
3
4
#include "qwt3d_io.h"
5
6
namespace
Qwt3D {
7
19
class
QWT3D_EXPORT
NativeReader
:
public
IO::Functor
20
{
21
friend
class
IO
;
22
23
public
:
24
NativeReader
();
25
26
private
:
27
IO::Functor
*clone()
const
{
return
new
NativeReader
(*
this
); }
28
bool
operator()(
Plot3D
*plot, QString
const
&fname);
29
static
const
char
*magicstring;
30
double
minz_, maxz_;
31
bool
collectInfo(FILE *&file, QString
const
&fname,
unsigned
&xmesh,
unsigned
&ymesh,
32
double
&minx,
double
&maxx,
double
&miny,
double
&maxy);
33
};
34
35
}
// ns
36
37
#endif
Qwt3D::IO::Functor
更灵活的 IO 处理器实现的 Functor 类
Definition
qwt3d_io.h:52
Qwt3D::IO
标准和用户自定义 I/O 处理器的通用接口
Definition
qwt3d_io.h:33
Qwt3D::NativeReader
读取包含网格数据的原生文件的 Functor
Definition
qwt3d_io_reader.h:20
Qwt3D::Plot3D
所有绘图控件的基类
Definition
qwt3d_plot.h:31
制作者
1.9.8