47 #ifndef vtkImageSlabReslice_h 48 #define vtkImageSlabReslice_h 50 #include "vtkImagingGeneralModule.h" 69 vtkSetMacro( BlendMode,
int );
70 vtkGetMacro( BlendMode,
int );
82 vtkGetMacro( NumBlendSamplePoints,
int );
90 vtkSetMacro( SlabThickness,
double );
91 vtkGetMacro( SlabThickness,
double );
99 vtkSetMacro( SlabResolution,
double );
100 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.