5#include "qwt3d_global.h"
6#include "qwt3d_types.h"
7#include "qwt3d_io_gl2ps.h"
28 virtual void saveGLState();
29 virtual void restoreGLState();
35 virtual void setColor(
double r,
double g,
double b,
double a = 1);
41 void Enable(GLenum what, GLboolean val);
45 GLdouble modelMatrix[16];
46 GLdouble projMatrix[16];
56 GLint pattern, factor;
61 GLboolean poloffsfill;
63 std::list<Drawable *> dlist;
Abstract base class for Drawables .
Definition qwt3d_drawable.h:21
Red-Green-Blue-Alpha value .
Definition qwt3d_types.h:480
Triple [x,y,z].
Definition qwt3d_types.h:240