#include <vtkImager.h>
Inheritance diagram for vtkImager:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual int | RenderOpaqueGeometry () |
virtual int | RenderTranslucentGeometry () |
virtual int | RenderOverlay () |
vtkImageWindow * | GetImageWindow () |
vtkWindow * | GetVTKWindow () |
void | SetImageWindow (vtkImageWindow *win) |
void | SetVTKWindow (vtkWindow *win) |
virtual void | Erase () |
virtual vtkAssemblyPath * | PickProp (float selectionX, float selectionY) |
virtual float | GetPickedZ () |
Static Public Methods | |
vtkImager * | New () |
int | IsTypeOf (const char *type) |
vtkImager * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImager () | |
~vtkImager () | |
vtkImager (const vtkImager &) | |
void | operator= (const vtkImager &) |
virtual void | StartPick (unsigned int pickFromSize) |
virtual void | UpdatePickId () |
virtual void | DonePick () |
virtual unsigned int | GetPickedId () |
virtual void | DevicePickRender () |
|
Erase the contents of the imager in the window. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkViewport. |
|
Get the image window that an imager is attached to. |
|
Return the Z value for the last picked Prop. Implements vtkViewport. |
|
Return the vtkWindow that owns this vtkViewport. Implements vtkViewport. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkViewport. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkViewport. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Return the Prop that has the highest z value at the given x, y position in the viewport. Basically, the top most prop that renders the pixel at selectionX, selectionY will be returned. If no Props are there NULL is returned. This method selects from the Viewports Prop list. Implements vtkViewport. |
|
Renders an imager. Passes Render message on the the imager's actor2D collection. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkViewport. |
|
These set methods are used by the image window, and should not be used by anyone else. They do not reference count the window. |