1#ifndef qwt3d_io_gl2ps_h
2#define qwt3d_io_gl2ps_h
6#include "qwt3d_types.h"
53 void setLandscape(LANDSCAPEMODE val) { landscape_ = val; }
55 LANDSCAPEMODE landscape()
const {
return landscape_; }
57 void setTextMode(TEXTMODE val, QString fname =
"");
59 TEXTMODE textMode()
const {
return textmode_; }
62 void setSortMode(SORTMODE val) { sortmode_ = val; }
64 SORTMODE sortMode()
const {
return sortmode_; }
66 void setCompressed(
bool val);
68 bool compressed()
const {
return compressed_; }
70 bool setFormat(QString
const &format);
74 bool operator()(
Plot3D *plot, QString
const &fname);
80 LANDSCAPEMODE landscape_;
85GLint setDeviceLineWidth(GLfloat val);
86GLint setDevicePointSize(GLfloat val);
87GLint drawDevicePixels(GLsizei width, GLsizei height, GLenum format, GLenum type,
89GLint drawDeviceText(
const char *str,
const char *fontname,
int fontsize,
Qwt3D::Triple pos,
91void setDevicePolygonOffset(GLfloat factor, GLfloat units);
更灵活的 IO 处理器实现的 Functor 类
Definition qwt3d_io.h:52
标准和用户自定义 I/O 处理器的通用接口
Definition qwt3d_io.h:33
所有绘图控件的基类
Definition qwt3d_plot.h:31
提供 EPS, PS, PDF, SVG, PGF 和 TeX 输出
Definition qwt3d_io_gl2ps.h:25
红-绿-蓝-透明度值
Definition qwt3d_types.h:480
三元组 [x,y,z]
Definition qwt3d_types.h:240