14 #ifndef vtkXOpenGLRenderDevice_h 15 #define vtkXOpenGLRenderDevice_h 18 #include "vtkRenderingOpenGL2Module.h" 19 #include <X11/Xutil.h> 28 void PrintSelf(ostream& os,
vtkIndent indent);
32 virtual
bool CreateNewWindow(const
vtkRecti &geometry, const std::
string &
name);
34 virtual
void MakeCurrent();
38 ~vtkXOpenGLRenderDevice();
47 bool OffScreenRendering;
53 vtkXOpenGLRenderDevice(const vtkXOpenGLRenderDevice&);
54 void operator=(const vtkXOpenGLRenderDevice&);
#define vtkTypeMacro(thisClass, superclass)
a simple class to control print indentation