8 #ifndef vtkWin32HardwareWindow_h
9 #define vtkWin32HardwareWindow_h
12 #include "vtkRenderingUIModule.h"
13 #include "vtkWindows.h"
15 VTK_ABI_NAMESPACE_BEGIN
23 HINSTANCE GetApplicationInstance();
47 void SetSize(
int,
int)
override;
create a window for renderers to draw into
virtual void SetDisplayId(void *)
These are window system independent methods that are used to help interface vtkWindow to native windo...
static vtkHardwareWindow * New()
virtual void * GetGenericParentId()
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 SetParentId(void *)
These are window system independent methods that are used to help interface vtkWindow to native windo...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetSize(int width, int height)
Set the size (width and height) of the rendering window in screen coordinates (in pixels)...
a simple class to control print indentation
represents a window in a windows GUI
virtual void * GetGenericWindowId()
These are window system independent methods that are used to help interface vtkWindow to native windo...
HINSTANCE ApplicationInstance
virtual void * GetGenericDisplayId()
These are window system independent methods that are used to help interface vtkWindow to native windo...
virtual void SetWindowId(void *)
These are window system independent methods that are used to help interface vtkWindow to native windo...