41 #ifndef vtkExternalOpenGLRenderWindow_h 42 #define vtkExternalOpenGLRenderWindow_h 44 #include "vtkRenderingExternalModule.h" 45 #include "vtkGenericOpenGLRenderWindow.h" 58 void Start(
void) VTK_OVERRIDE;
78 vtkGetMacro(AutomaticWindowPositionAndResize,
int);
85 ~vtkExternalOpenGLRenderWindow() VTK_OVERRIDE;
87 int AutomaticWindowPositionAndResize;
90 vtkExternalOpenGLRenderWindow(const vtkExternalOpenGLRenderWindow&) VTK_DELETE_FUNCTION;
91 void operator=(const vtkExternalOpenGLRenderWindow&) VTK_DELETE_FUNCTION;
93 #endif //vtkExternalOpenGLRenderWindow_h bool IsCurrent() override
Returns if the context is current.
static vtkGenericOpenGLRenderWindow * New()
OpenGL render window that allows using an external window to render vtk objects.
void Start() override
Initialize the rendering process.
platform independent render window
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.