47 #ifndef vtkImageSlabReslice_h
48 #define vtkImageSlabReslice_h
51 #include "vtkImagingGeneralModule.h"
68 vtkSetMacro(BlendMode,
int);
69 vtkGetMacro(BlendMode,
int);
81 vtkGetMacro(NumBlendSamplePoints,
int);
89 vtkSetMacro(SlabThickness,
double);
90 vtkGetMacro(SlabThickness,
double);
98 vtkSetMacro(SlabResolution,
double);
99 vtkGetMacro(SlabResolution,
double);
#define VTK_IMAGE_SLAB_MAX
#define VTK_IMAGE_SLAB_MIN
Thick slab reformat through data.
#define VTK_IMAGE_SLAB_MEAN
void SetBlendModeToMean()
Set/Get the blend mode.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkImageReslice * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Reslices a volume along a new set of axes.
void SetBlendModeToMax()
Set/Get the blend mode.
void SetBlendModeToMin()
Set/Get the blend mode.