Go to the documentation of this file.
32 #ifndef vtkOpenGLGL2PSHelper_h
33 #define vtkOpenGLGL2PSHelper_h
76 glGetIntegerv(GL_LINE_STIPPLE_PATTERN, &tmp);
77 glPassThrough(
static_cast<GLfloat
>(tmp));
78 glGetIntegerv(GL_LINE_STIPPLE_REPEAT, &tmp);
79 glPassThrough(
static_cast<GLfloat
>(tmp));
116 #endif //vtkOpenGLGL2PSHelper_h
static void DisableStipple()
Helper functions for using GL2PS within VTK.
static GLfloat PointSizeFactor
static GLfloat StippleEndToken
static void EnableStipple()
static GLfloat StippleBeginToken
typedef GLint(APIENTRYP PFNGLGETATTRIBLOCATIONPROC)(GLuint program
static void SetPointSize(float pointSize)
static void SetLineWidth(float lineWidth)
static bool InGL2PSRender
Helper functionality for GL2PS exporting.
static GLfloat PointSizeToken
static GLfloat LineWidthFactor
static GLfloat LineWidthToken
#define VTKRENDERINGOPENGL_EXPORT