class providing framework for Paintbrush testing More...
#include <vtkKWEPaintbrushTesting.h>


class providing framework for Paintbrush testing
vtkKWEPaintbrushTesting provides convenience utilities for paintbrush testing such as a 3 viewer slice viewer etc..
Definition at line 49 of file vtkKWEPaintbrushTesting.h.
| vtkKWEPaintbrushTesting::vtkKWEPaintbrushTesting | ( | ) | [protected] |
| vtkKWEPaintbrushTesting::~vtkKWEPaintbrushTesting | ( | ) | [protected] |
| static vtkKWEPaintbrushTesting* vtkKWEPaintbrushTesting::New | ( | ) | [static] |
Reimplemented from vtkObject.
| vtkKWEPaintbrushTesting::vtkTypeRevisionMacro | ( | vtkKWEPaintbrushTesting | , | |
| vtkObject | ||||
| ) |
| void vtkKWEPaintbrushTesting::Initialize | ( | ) |
Initialize() must be called before Run()
| int vtkKWEPaintbrushTesting::Run | ( | ) |
Initialize() must be called before Run()
| virtual void vtkKWEPaintbrushTesting::SetFilename | ( | const char * | ) | [virtual] |
Filename of the data to be loaded.
| virtual char* vtkKWEPaintbrushTesting::GetFilename | ( | ) | [virtual] |
Filename of the data to be loaded.
| virtual void vtkKWEPaintbrushTesting::SetFourPaneView | ( | int | ) | [virtual] |
Default is a single render window. However you can display Axial, Sagittal, Coronal, Blank render windows simultaneously
| virtual int vtkKWEPaintbrushTesting::GetFourPaneView | ( | ) | [virtual] |
Default is a single render window. However you can display Axial, Sagittal, Coronal, Blank render windows simultaneously
| virtual void vtkKWEPaintbrushTesting::FourPaneViewOn | ( | ) | [virtual] |
Default is a single render window. However you can display Axial, Sagittal, Coronal, Blank render windows simultaneously
| virtual void vtkKWEPaintbrushTesting::FourPaneViewOff | ( | ) | [virtual] |
Default is a single render window. However you can display Axial, Sagittal, Coronal, Blank render windows simultaneously
| vtkImageActor* vtkKWEPaintbrushTesting::GetAxialImageActor | ( | ) | [inline] |
Get the image actors
Definition at line 77 of file vtkKWEPaintbrushTesting.h.
| vtkImageActor* vtkKWEPaintbrushTesting::GetCoronalImageActor | ( | ) | [inline] |
Get the image actors
Definition at line 78 of file vtkKWEPaintbrushTesting.h.
| vtkImageActor* vtkKWEPaintbrushTesting::GetSagittalImageActor | ( | ) | [inline] |
Get the image actors
Definition at line 79 of file vtkKWEPaintbrushTesting.h.
| vtkImageActor* vtkKWEPaintbrushTesting::GetNthImageActor | ( | int | i | ) |
Get the image actors
| vtkImageViewer2* vtkKWEPaintbrushTesting::GetNthImageViewer | ( | int | i | ) | [inline] |
Get the image actors
Definition at line 81 of file vtkKWEPaintbrushTesting.h.
| virtual vtkImageData* vtkKWEPaintbrushTesting::GetInput | ( | ) | [virtual] |
Set/Get the input image data that the actors are showing. This may be set explicitly as below, or may be supplied via a user-argument to the example application as "--data somefile.mha" . If no input is specified, a default head MRI image is loaded up.
| virtual void vtkKWEPaintbrushTesting::SetInput | ( | vtkImageData * | ) | [virtual] |
Set/Get the input image data that the actors are showing. This may be set explicitly as below, or may be supplied via a user-argument to the example application as "--data somefile.mha" . If no input is specified, a default head MRI image is loaded up.
| void vtkKWEPaintbrushTesting::GetValidReader | ( | vtkImageReader2 *& | reader, | |
| const char * | filename | |||
| ) | [protected] |
vtkImageViewer2* vtkKWEPaintbrushTesting::ImageViewer[3] [protected] |
Definition at line 97 of file vtkKWEPaintbrushTesting.h.
vtkKWEPaintbrushTestingSliderCallback* vtkKWEPaintbrushTesting::SliderCallbacks[3] [protected] |
Definition at line 98 of file vtkKWEPaintbrushTesting.h.
vtkSliderWidget* vtkKWEPaintbrushTesting::SliderWidget[3] [protected] |
Definition at line 99 of file vtkKWEPaintbrushTesting.h.
vtkImageData* vtkKWEPaintbrushTesting::Input [protected] |
Definition at line 100 of file vtkKWEPaintbrushTesting.h.
char* vtkKWEPaintbrushTesting::Filename [protected] |
Definition at line 101 of file vtkKWEPaintbrushTesting.h.
int vtkKWEPaintbrushTesting::FourPaneView [protected] |
Definition at line 102 of file vtkKWEPaintbrushTesting.h.
1.7.1