#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 |
|
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. |
|
Sets window/level for mapping pixels to colors. |
|
By default this is a color viewer. GrayScaleHintOn will improve the appearance of gray scale images on some systems. |
|
Get the internal Window Imager and Mapper |
|
Set/Get the position in screen coordinates of the rendering window. |
|
Set/Get the size of the window in screen coordinates. |
|
What is the possible Min/ Max z slices available. |
|
Get name of rendering window |
|
Set/Get the current Z Slice to display |
|
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. |
|
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. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. 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. |
|
Render the resulting image. |
|
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. |
|
These are here for using a tk window. |
|
Set/Get the input to the viewer. |