20#ifndef vtkWin32HardwareWindow_h
21#define vtkWin32HardwareWindow_h
24#include "vtkRenderingUIModule.h"
25#include "vtkWindows.h"
create a window for renderers to draw into
a simple class to control print indentation
represents a window in a windows GUI
HINSTANCE GetApplicationInstance()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void * GetGenericDisplayId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void SetPosition(int, int) override
Set the position of the window.
HINSTANCE ApplicationInstance
void SetDisplayId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void SetSize(int, int) override
Set the size of the window in pixels.
static vtkWin32HardwareWindow * New()
void SetWindowId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void SetParentId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void * GetGenericWindowId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
~vtkWin32HardwareWindow() override
void * GetGenericParentId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
virtual void SetPosition(int x, int y)
Set the position (x and y) of the rendering window in screen coordinates (in pixels).
virtual void SetSize(int width, int height)
Set the size (width and height) of the rendering window in screen coordinates (in pixels).