QWT API (中文)
7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
src
plot3d
qwt3d_surfaceplot_p.h
1
#ifndef QWT3D_SURFACEPLOT_P_H
2
#define QWT3D_SURFACEPLOT_P_H
3
4
#include "qwt3d_surfaceplot.h"
5
#include "qwt3d_plot_p.h"
6
7
namespace
Qwt3D
8
{
9
10
class
SurfacePlot::PrivateData
11
{
12
QWT_DECLARE_PUBLIC(SurfacePlot)
13
14
public
:
15
PrivateData(SurfacePlot* q);
16
17
bool
m_dataNormals;
18
double
m_normalLength;
19
int
m_normalQuality;
20
int
m_resolution;
21
22
FLOORSTYLE m_floorStyle;
23
24
GridData* m_actualDataG;
25
CellData* m_actualDataC;
26
};
27
28
}
// ns
29
30
#endif
// QWT3D_SURFACEPLOT_P_H
制作者
1.9.8