33 #ifndef vtkResliceImageViewer_h 34 #define vtkResliceImageViewer_h 36 #include "vtkInteractionImageModule.h" 44 class vtkResliceImageViewerScrollCallback;
95 RESLICE_AXIS_ALIGNED = 0,
99 vtkGetMacro(ResliceMode,
int);
100 virtual void SetResliceMode(
int resliceMode);
126 virtual void SetThickMode(
int );
127 virtual int GetThickMode();
133 virtual void Reset();
163 vtkSetMacro( SliceScrollOnMouseWheel,
vtkTypeBool );
164 vtkGetMacro( SliceScrollOnMouseWheel,
vtkTypeBool );
165 vtkBooleanMacro( SliceScrollOnMouseWheel,
vtkTypeBool );
171 virtual void IncrementSlice(
int n );
173 enum { SliceChangedEvent = 1001 };
183 virtual void UpdatePointPlacer();
191 double GetInterSliceSpacingInResliceMode();
vtkBoundedPlanePointPlacer * PointPlacer
vtkResliceCursorWidget * ResliceCursorWidget
virtual void SetResliceModeToOblique()
virtual void SetColorLevel(double s)
Set window and level for mapping pixels to colors.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void Render(void)
Render the resulting image.
virtual void SetInputData(vtkImageData *in)
Set/Get the input image to the viewer.
Proxy object to connect input/output ports.
virtual void SetColorWindow(double s)
Set window and level for mapping pixels to colors.
a placer that constrains a handle to a finite plane
Superclass for mapping scalar values to colors.
platform-independent render window interaction including picking and frame rate control.
Manage measurements on a resliced image.
virtual void InstallPipeline()
vtkResliceImageViewerMeasurements * Measurements
a simple class to control print indentation
topologically and geometrically regular array of data
perform various plane computations
virtual void UpdateOrientation()
virtual void SetInputConnection(vtkAlgorithmOutput *input)
Set/Get the input image to the viewer.
vtkResliceImageViewerScrollCallback * ScrollCallback
virtual void UnInstallPipeline()
static vtkImageViewer2 * New()
virtual void UpdateDisplayExtent()
Update the display extent manually so that the proper slice for the given orientation is displayed...
Display an image along with a reslice cursor.
virtual void SetResliceModeToAxisAligned()
vtkTypeBool SliceScrollOnMouseWheel
Geometry for a reslice cursor.