#include <vtkImageViewer.h>
Inheritance diagram for vtkImageViewer:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
char * | GetWindowName () |
virtual void | Render (void) |
void | SetInput (vtkImageData *in) |
vtkImageData * | GetInput () |
int | GetWholeZMin () |
int | GetWholeZMax () |
int | GetZSlice () |
void | SetZSlice (int s) |
float | GetColorWindow () |
float | GetColorLevel () |
void | SetColorWindow (float s) |
void | SetColorLevel (float s) |
void | SetDisplayId (void *a) |
void | SetWindowId (void *a) |
void | SetParentId (void *a) |
int | GetGrayScaleHint () |
void | SetGrayScaleHint (int a) |
void | GrayScaleHintOn () |
void | GrayScaleHintOff () |
int * | GetPosition () |
void | SetPosition (int a, int b) |
virtual void | SetPosition (int a[2]) |
int * | GetSize () |
void | SetSize (int a, int b) |
virtual void | SetSize (int a[2]) |
vtkImageWindow * | GetImageWindow () |
vtkImageMapper * | GetImageMapper () |
vtkImager * | GetImager () |
vtkActor2D * | GetActor2D () |
Static Public Methods | |
vtkImageViewer * | New () |
int | IsTypeOf (const char *type) |
vtkImageViewer * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkImageViewer () | |
~vtkImageViewer () | |
vtkImageViewer (const vtkImageViewer &) | |
void | operator= (const vtkImageViewer &) |
Protected Attributes | |
vtkImageMapper * | ImageMapper |
vtkImageWindow * | ImageWindow |
vtkImager * | Imager |
vtkActor2D * | Actor2D |
Definition at line 70 of file vtkImageViewer.h.
|
|
|
|
|
Definition at line 133 of file vtkImageViewer.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
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 vtkObject. |
|
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 vtkObject. |
|
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 vtkObject. |
|
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 vtkObject. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. |
|
Get name of rendering window Definition at line 79 of file vtkImageViewer.h. |
|
Render the resulting image. |
|
Set/Get the input to the viewer. Definition at line 85 of file vtkImageViewer.h. |
|
Definition at line 86 of file vtkImageViewer.h. |
|
What is the possible Min/ Max z slices available. Definition at line 89 of file vtkImageViewer.h. |
|
Definition at line 90 of file vtkImageViewer.h. |
|
Set/Get the current Z Slice to display Definition at line 93 of file vtkImageViewer.h. |
|
Definition at line 94 of file vtkImageViewer.h. |
|
Sets window/level for mapping pixels to colors. Definition at line 97 of file vtkImageViewer.h. |
|
Definition at line 98 of file vtkImageViewer.h. |
|
Definition at line 99 of file vtkImageViewer.h. |
|
Definition at line 100 of file vtkImageViewer.h. |
|
These are here for using a tk window. Definition at line 103 of file vtkImageViewer.h. |
|
Definition at line 104 of file vtkImageViewer.h. |
|
Definition at line 105 of file vtkImageViewer.h. |
|
By default this is a color viewer. GrayScaleHintOn will improve the appearance of gray scale images on some systems. Definition at line 109 of file vtkImageViewer.h. |
|
Definition at line 110 of file vtkImageViewer.h. |
|
Definition at line 111 of file vtkImageViewer.h. |
|
Definition at line 112 of file vtkImageViewer.h. |
|
Set/Get the position in screen coordinates of the rendering window. Definition at line 115 of file vtkImageViewer.h. |
|
Definition at line 116 of file vtkImageViewer.h. |
|
|
|
Set/Get the size of the window in screen coordinates. Definition at line 120 of file vtkImageViewer.h. |
|
Definition at line 121 of file vtkImageViewer.h. |
|
|
|
Get the internal Window Imager and Mapper Definition at line 125 of file vtkImageViewer.h. |
|
Definition at line 126 of file vtkImageViewer.h. |
|
Definition at line 127 of file vtkImageViewer.h. |
|
Definition at line 128 of file vtkImageViewer.h. |
|
Definition at line 134 of file vtkImageViewer.h. |
|
Definition at line 136 of file vtkImageViewer.h. |
|
Definition at line 137 of file vtkImageViewer.h. |
|
Definition at line 138 of file vtkImageViewer.h. |
|
Definition at line 139 of file vtkImageViewer.h. |