125#ifndef vtkGenericOpenGLRenderWindow_h
126#define vtkGenericOpenGLRenderWindow_h
129#include "vtkRenderingOpenGL2Module.h"
197 void HideCursor() override;
198 void ShowCursor() override;
200 void WindowRemap() override;
202 void SetNextWindowId(
void*) override;
203 void SetNextWindowInfo(const
char*) override;
204 void CreateAWindow() override;
205 void DestroyWindow() override;
214 void SetSupportsOpenGL(
int newValue);
215 void SetIsCurrent(
bool newValue);
225 void Render() override;
230 float GetMaximumHardwareLineWidth() override;
238 vtkGetMacro(ForceMaximumHardwareLineWidth,
float);
247 vtkSetMacro(ReadyForRendering,
bool);
248 vtkGetMacro(ReadyForRendering,
bool);
254 vtkSetVector2Macro(ScreenSize,
int);
259 void SetCurrentCursor(
int cShape) override;
269 "Deprecated in 9.1 because no one knows what it's for and nothing uses it")
270 bool IsDrawable() override;
275 void OpenGLInit() override;
284 const
vtkRecti& rect,
int front,
int glFormat,
int glType,
void* data,
int right) override;
287 int x1,
int y1,
int x2,
int y2,
unsigned char* data,
int front,
int right) override;
290 int SetRGBACharPixelData(
291 int x1,
int y1,
int x2,
int y2,
unsigned char* data,
int front,
int blend,
int right) override;
293 int blend = 0,
int right = 0) override;
296 int SupportsOpenGLStatus;
298 float ForceMaximumHardwareLineWidth;
299 bool ReadyForRendering;
platform independent render window
void * GetGenericWindowId() override
Dummy stubs for vtkWindow API.
void Finalize() override
Cleans up graphics resources allocated in the context for this VTK scene.
void SetWindowId(void *) override
does nothing
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkGenericOpenGLRenderWindow * New()
~vtkGenericOpenGLRenderWindow() override
vtkTypeBool IsDirect() override
Returns if the context is direct.
void SetParentInfo(const char *) override
Dummy stubs for vtkWindow API.
void SetDisplayId(void *) override
Dummy stubs for vtkWindow API.
void Frame() override
flush the pending drawing operations Class user may to watch for WindowFrameEvent and act on it
void SetParentId(void *) override
Dummy stubs for vtkWindow API.
void SetWindowInfo(const char *) override
Dummy stubs for vtkWindow API.
void SetBackRightBuffer(unsigned int)
vtkGenericOpenGLRenderWindow()
void MakeCurrent() override
Makes the context current.
int SupportsOpenGL() override
Returns if OpenGL is supported.
void PopState()
no-op (for API compat with OpenGL1).
void SetFrontRightBuffer(unsigned int)
void * GetGenericContext() override
Dummy stubs for vtkWindow API.
void * GetGenericParentId() override
Dummy stubs for vtkWindow API.
int * GetScreenSize() override
Get the current size of the screen in pixels.
void SetOwnContext(vtkTypeBool)
void * GetGenericDisplayId() override
Dummy stubs for vtkWindow API.
void SetFrontLeftBuffer(unsigned int)
set the drawing buffers to use
void SetBackLeftBuffer(unsigned int)
void PushState()
no-op (for API compat with OpenGL1).
bool IsCurrent() override
Returns if the context is current.
void * GetGenericDrawable() override
Dummy stubs for vtkWindow API.
a simple class to control print indentation
dynamic, self-adjusting array of unsigned char
#define VTK_DEPRECATED_IN_9_1_0(reason)
#define VTK_SIZEHINT(...)