116#ifndef vtkGenericOpenGLRenderWindow_h
117#define vtkGenericOpenGLRenderWindow_h
120#include "vtkRenderingOpenGL2Module.h"
188 void HideCursor() override;
189 void ShowCursor() override;
191 void WindowRemap() override;
193 void SetNextWindowId(
void*) override;
194 void SetNextWindowInfo(const
char*) override;
195 void CreateAWindow() override;
196 void DestroyWindow() override;
205 void SetSupportsOpenGL(
int newValue);
206 void SetIsCurrent(
bool newValue);
216 void Render() override;
221 float GetMaximumHardwareLineWidth() override;
229 vtkGetMacro(ForceMaximumHardwareLineWidth,
float);
238 vtkSetMacro(ReadyForRendering,
bool);
239 vtkGetMacro(ReadyForRendering,
bool);
245 vtkSetVector2Macro(ScreenSize,
int);
250 void SetCurrentCursor(
int cShape) override;
260 "Deprecated in 9.1 because no one knows what it's for and nothing uses it")
261 bool IsDrawable() override;
266 void OpenGLInit() override;
275 const
vtkRecti& rect,
int front,
int glFormat,
int glType,
void*
data,
int right) override;
278 int x1,
int y1,
int x2,
int y2,
unsigned char*
data,
int front,
int right) override;
281 int SetRGBACharPixelData(
282 int x1,
int y1,
int x2,
int y2,
unsigned char*
data,
int front,
int blend,
int right) override;
284 int blend = 0,
int right = 0) override;
287 int SupportsOpenGLStatus;
289 float ForceMaximumHardwareLineWidth;
290 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(...)