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 bool InGL2PSRender
Helper functions for using GL2PS within VTK.
static GLfloat PointSizeToken
static void SetPointSize(float pointSize)
Helper functionality for GL2PS exporting.
static void SetLineWidth(float lineWidth)
static void EnableStipple()
static GLfloat StippleBeginToken
static GLfloat LineWidthFactor
#define VTKRENDERINGOPENGL_EXPORT
static GLfloat StippleEndToken
typedef GLint(APIENTRYP PFNGLGETATTRIBLOCATIONPROC)(GLuint program
static void DisableStipple()
static GLfloat PointSizeFactor
static GLfloat LineWidthToken