#include <vtkImageViewer.h>
vtkImageViewer is a convenience class for displaying a 2d image. It packages up the functionality found in vtkRenderWindow, vtkRenderer, vtkActor2D and vtkImageMapper into a single easy to use class. Behind the scenes these four classes are actually used to to provide the required functionality. vtkImageViewer is simply a wrapper around them.
Definition at line 44 of file vtkImageViewer.h.
typedef vtkObject vtkImageViewer::Superclass |
vtkImageViewer::vtkImageViewer | ( | ) | [protected] |
vtkImageViewer::~vtkImageViewer | ( | ) | [protected] |
static vtkImageViewer* vtkImageViewer::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
virtual const char* vtkImageViewer::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
static int vtkImageViewer::IsTypeOf | ( | const char * | name | ) | [static] |
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.
virtual int vtkImageViewer::IsA | ( | const char * | name | ) | [virtual] |
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.
static vtkImageViewer* vtkImageViewer::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkObject.
void vtkImageViewer::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
char* vtkImageViewer::GetWindowName | ( | ) | [inline] |
Get name of rendering window
Definition at line 53 of file vtkImageViewer.h.
virtual void vtkImageViewer::Render | ( | void | ) | [virtual] |
Render the resulting image.
void vtkImageViewer::SetInput | ( | vtkImageData * | in | ) | [inline] |
Set/Get the input to the viewer.
Definition at line 60 of file vtkImageViewer.h.
vtkImageData* vtkImageViewer::GetInput | ( | ) | [inline] |
Set/Get the input to the viewer.
Definition at line 61 of file vtkImageViewer.h.
virtual void vtkImageViewer::SetInputConnection | ( | vtkAlgorithmOutput * | input | ) | [inline, virtual] |
Set/Get the input to the viewer.
Definition at line 62 of file vtkImageViewer.h.
int vtkImageViewer::GetWholeZMin | ( | ) | [inline] |
What is the possible Min/ Max z slices available.
Definition at line 68 of file vtkImageViewer.h.
int vtkImageViewer::GetWholeZMax | ( | ) | [inline] |
What is the possible Min/ Max z slices available.
Definition at line 69 of file vtkImageViewer.h.
int vtkImageViewer::GetZSlice | ( | ) | [inline] |
Set/Get the current Z Slice to display
Definition at line 74 of file vtkImageViewer.h.
void vtkImageViewer::SetZSlice | ( | int | s | ) | [inline] |
Set/Get the current Z Slice to display
Definition at line 75 of file vtkImageViewer.h.
double vtkImageViewer::GetColorWindow | ( | ) | [inline] |
Sets window/level for mapping pixels to colors.
Definition at line 80 of file vtkImageViewer.h.
double vtkImageViewer::GetColorLevel | ( | ) | [inline] |
Sets window/level for mapping pixels to colors.
Definition at line 81 of file vtkImageViewer.h.
void vtkImageViewer::SetColorWindow | ( | double | s | ) | [inline] |
Sets window/level for mapping pixels to colors.
Definition at line 82 of file vtkImageViewer.h.
void vtkImageViewer::SetColorLevel | ( | double | s | ) | [inline] |
Sets window/level for mapping pixels to colors.
Definition at line 83 of file vtkImageViewer.h.
void vtkImageViewer::SetDisplayId | ( | void * | a | ) | [inline] |
These are here for using a tk window.
Definition at line 88 of file vtkImageViewer.h.
void vtkImageViewer::SetWindowId | ( | void * | a | ) | [inline] |
These are here for using a tk window.
Definition at line 89 of file vtkImageViewer.h.
void vtkImageViewer::SetParentId | ( | void * | a | ) | [inline] |
These are here for using a tk window.
Definition at line 90 of file vtkImageViewer.h.
int vtkImageViewer::GetGrayScaleHint | ( | ) |
By default this is a color viewer. GrayScaleHintOn will improve the appearance of gray scale images on some systems.
void vtkImageViewer::SetGrayScaleHint | ( | int | vtkNotUseda | ) |
By default this is a color viewer. GrayScaleHintOn will improve the appearance of gray scale images on some systems.
void vtkImageViewer::GrayScaleHintOn | ( | ) |
By default this is a color viewer. GrayScaleHintOn will improve the appearance of gray scale images on some systems.
void vtkImageViewer::GrayScaleHintOff | ( | ) |
By default this is a color viewer. GrayScaleHintOn will improve the appearance of gray scale images on some systems.
int* vtkImageViewer::GetPosition | ( | ) | [inline] |
Set/Get the position in screen coordinates of the rendering window.
Definition at line 104 of file vtkImageViewer.h.
void vtkImageViewer::SetPosition | ( | int | a, | |
int | b | |||
) | [inline] |
Set/Get the position in screen coordinates of the rendering window.
Definition at line 105 of file vtkImageViewer.h.
virtual void vtkImageViewer::SetPosition | ( | int | a[2] | ) | [virtual] |
Set/Get the position in screen coordinates of the rendering window.
int* vtkImageViewer::GetSize | ( | ) | [inline] |
Set/Get the size of the window in screen coordinates in pixels.
Definition at line 111 of file vtkImageViewer.h.
void vtkImageViewer::SetSize | ( | int | a, | |
int | b | |||
) | [inline] |
Set/Get the size of the window in screen coordinates in pixels.
Definition at line 112 of file vtkImageViewer.h.
virtual void vtkImageViewer::SetSize | ( | int | a[2] | ) | [virtual] |
Set/Get the size of the window in screen coordinates in pixels.
virtual vtkRenderWindow* vtkImageViewer::GetRenderWindow | ( | ) | [virtual] |
Get the internal objects
virtual vtkRenderer* vtkImageViewer::GetRenderer | ( | ) | [virtual] |
Get the internal objects
virtual vtkImageMapper* vtkImageViewer::GetImageMapper | ( | ) | [virtual] |
Get the internal objects
virtual vtkActor2D* vtkImageViewer::GetActor2D | ( | ) | [virtual] |
Get the internal objects
void vtkImageViewer::SetupInteractor | ( | vtkRenderWindowInteractor * | ) |
Create and attach an interactor for this window
void vtkImageViewer::SetOffScreenRendering | ( | int | ) |
Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
int vtkImageViewer::GetOffScreenRendering | ( | ) |
Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
void vtkImageViewer::OffScreenRenderingOn | ( | ) |
Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
void vtkImageViewer::OffScreenRenderingOff | ( | ) |
Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
vtkRenderWindow* vtkImageViewer::RenderWindow [protected] |
Definition at line 141 of file vtkImageViewer.h.
vtkRenderer* vtkImageViewer::Renderer [protected] |
Definition at line 142 of file vtkImageViewer.h.
vtkImageMapper* vtkImageViewer::ImageMapper [protected] |
Definition at line 143 of file vtkImageViewer.h.
vtkActor2D* vtkImageViewer::Actor2D [protected] |
Definition at line 144 of file vtkImageViewer.h.
int vtkImageViewer::FirstRender [protected] |
Definition at line 145 of file vtkImageViewer.h.
vtkRenderWindowInteractor* vtkImageViewer::Interactor [protected] |
Definition at line 146 of file vtkImageViewer.h.
vtkInteractorStyleImage* vtkImageViewer::InteractorStyle [protected] |
Definition at line 147 of file vtkImageViewer.h.