|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkWin32HardwareWindow * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
HINSTANCE | GetApplicationInstance () |
|
HWND | GetWindowId () |
|
void | Create () override |
|
void | Destroy () override |
|
|
void | SetDisplayId (void *) override |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
void | SetWindowId (void *) override |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
void | SetParentId (void *) override |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
void * | GetGenericDisplayId () override |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
void * | GetGenericWindowId () override |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
void * | GetGenericParentId () override |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
|
void | SetSize (int, int) override |
| Set the size of the window in pixels.
|
|
|
void | SetPosition (int, int) override |
| Set the position of the window.
|
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkHardwareWindow * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | Create () |
|
virtual void | Destroy () |
|
virtual vtkTypeBool | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
vtkWindow * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
int * | GetActualSize () |
| GetSize() returns the size * this->TileScale, whereas this method returns the size without multiplying with the tile scale.
|
|
virtual int * | GetScreenSize () |
| Get the current size of the screen in pixels.
|
|
virtual void | SetIcon (vtkImageData *) |
| Set the icon used in title bar and task bar.
|
|
virtual void | Render () |
| Ask each viewport owned by this Window to render its image and synchronize this process.
|
|
virtual void | ReleaseGraphicsResources (vtkWindow *) |
| Release any graphics resources that are being consumed by this texture.
|
|
virtual bool | DetectDPI () |
| Attempt to detect and set the DPI of the display device by querying the system.
|
|
vtkTypeBool | GetOffScreenRendering () |
| Deprecated, directly use GetShowWindow and GetOffScreenBuffers instead.
|
|
virtual void | MakeCurrent () |
| Make the window current.
|
|
virtual void | ReleaseCurrent () |
| Release the current context.
|
|
virtual void * | GetGenericContext () |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
virtual void * | GetGenericDrawable () |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
virtual void | SetWindowInfo (const char *) |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
virtual void | SetParentInfo (const char *) |
| These are window system independent methods that are used to help interface vtkWindow to native windowing systems.
|
|
virtual int * | GetPosition () |
| Get the position (x and y) of the rendering window in screen coordinates (in pixels).
|
|
virtual void | SetPosition (int a[2]) |
| Get the position (x and y) of the rendering window in screen coordinates (in pixels).
|
|
virtual int * | GetSize () |
| Get the size (width and height) of the rendering window in screen coordinates (in pixels).
|
|
virtual void | SetSize (int a[2]) |
| Get the size (width and height) of the rendering window in screen coordinates (in pixels).
|
|
virtual vtkTypeBool | GetMapped () |
| Keep track of whether the rendering window has been mapped to screen.
|
|
virtual bool | GetShowWindow () |
| Show or not Show the window.
|
|
virtual void | SetShowWindow (bool) |
| Show or not Show the window.
|
|
virtual void | ShowWindowOn () |
| Show or not Show the window.
|
|
virtual void | ShowWindowOff () |
| Show or not Show the window.
|
|
virtual void | SetUseOffScreenBuffers (bool) |
| Render to an offscreen destination such as a framebuffer.
|
|
virtual bool | GetUseOffScreenBuffers () |
| Render to an offscreen destination such as a framebuffer.
|
|
virtual void | UseOffScreenBuffersOn () |
| Render to an offscreen destination such as a framebuffer.
|
|
virtual void | UseOffScreenBuffersOff () |
| Render to an offscreen destination such as a framebuffer.
|
|
virtual void | SetErase (vtkTypeBool) |
| Turn on/off erasing the screen between images.
|
|
virtual vtkTypeBool | GetErase () |
| Turn on/off erasing the screen between images.
|
|
virtual void | EraseOn () |
| Turn on/off erasing the screen between images.
|
|
virtual void | EraseOff () |
| Turn on/off erasing the screen between images.
|
|
virtual void | SetDoubleBuffer (vtkTypeBool) |
| Keep track of whether double buffering is on or off.
|
|
virtual vtkTypeBool | GetDoubleBuffer () |
| Keep track of whether double buffering is on or off.
|
|
virtual void | DoubleBufferOn () |
| Keep track of whether double buffering is on or off.
|
|
virtual void | DoubleBufferOff () |
| Keep track of whether double buffering is on or off.
|
|
virtual char * | GetWindowName () |
| Get name of rendering window.
|
|
virtual void | SetWindowName (const char *) |
| Get name of rendering window.
|
|
virtual unsigned char * | GetPixelData (int, int, int, int, int, int=0) |
| Get the pixel data of an image, transmitted as RGBRGBRGB.
|
|
virtual int | GetPixelData (int, int, int, int, int, vtkUnsignedCharArray *, int=0) |
| Get the pixel data of an image, transmitted as RGBRGBRGB.
|
|
virtual int | GetDPI () |
| Return a best estimate to the dots per inch of the display device being rendered (or printed).
|
|
virtual void | SetDPI (int) |
| Return a best estimate to the dots per inch of the display device being rendered (or printed).
|
|
void | SetOffScreenRendering (vtkTypeBool val) |
| Convenience to set SHowWindow and UseOffScreenBuffers in one call.
|
|
virtual void | OffScreenRenderingOn () |
| Convenience to set SHowWindow and UseOffScreenBuffers in one call.
|
|
virtual void | OffScreenRenderingOff () |
| Convenience to set SHowWindow and UseOffScreenBuffers in one call.
|
|
virtual void | SetTileScale (int, int) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
void | SetTileScale (int[2]) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual int * | GetTileScale () |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual void | GetTileScale (int &, int &) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual void | GetTileScale (int[2]) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
void | SetTileScale (int s) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual void | SetTileViewport (double, double, double, double) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual void | SetTileViewport (double[4]) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual double * | GetTileViewport () |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual void | GetTileViewport (double &, double &, double &, double &) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
virtual void | GetTileViewport (double[4]) |
| These methods are used by vtkWindowToImageFilter to tell a VTK window to simulate a larger window by tiling.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
| Turn debugging output on.
|
|
virtual void | DebugOff () |
| Turn debugging output off.
|
|
bool | GetDebug () |
| Get the value of the debug flag.
|
|
void | SetDebug (bool debugFlag) |
| Set the value of the debug flag.
|
|
virtual void | Modified () |
| Update the modification time for this object.
|
|
virtual vtkMTimeType | GetMTime () |
| Return this object's modified time.
|
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
| Methods invoked by print to print information about the object including superclasses.
|
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
vtkTypeBool | HasObserver (unsigned long event) |
|
vtkTypeBool | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkCommand * | GetCommand (unsigned long tag) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObserver (vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
void | RemoveObservers (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (unsigned long event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
vtkTypeBool | HasObserver (const char *event, vtkCommand *) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events.
|
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method.
|
|
int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
int | InvokeEvent (const char *event, void *callData) |
| This method invokes an event and return whether the event was aborted or not.
|
|
const char * | GetClassName () const |
| Return the class name as a string.
|
|
virtual vtkTypeBool | IsA (const char *name) |
| Return 1 if this class is the same type of (or a subclass of) the named class.
|
|
virtual vtkIdType | GetNumberOfGenerationsFromBase (const char *name) |
| Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class).
|
|
virtual void | Delete () |
| Delete a VTK object.
|
|
virtual void | FastDelete () |
| Delete a reference to this object.
|
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
| Print an object to an ostream.
|
|
virtual void | Register (vtkObjectBase *o) |
| Increase the reference count (mark as used by another object).
|
|
virtual void | UnRegister (vtkObjectBase *o) |
| Decrease the reference count (release by another object).
|
|
int | GetReferenceCount () |
| Return the current reference count of this object.
|
|
void | SetReferenceCount (int) |
| Sets the reference count.
|
|
bool | GetIsInMemkind () const |
| A local state flag that remembers whether this object lives in the normal or extended memory space.
|
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses.
|
|