23 #ifndef vtkROIStencilSource_h
24 #define vtkROIStencilSource_h
27 #include "vtkImagingStencilModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
51 vtkGetMacro(
Shape,
int);
52 vtkSetClampMacro(
Shape,
int, BOX, CYLINDERZ);
58 virtual const char* GetShapeAsString();
66 vtkGetVector6Macro(Bounds,
double);
67 vtkSetVector6Macro(Bounds,
double);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageStencilSource * New()
void SetShapeToBox()
The shape of the region of interest.
create simple mask shapes
void SetShapeToCylinderZ()
The shape of the region of interest.
a simple class to control print indentation
void SetShapeToCylinderX()
The shape of the region of interest.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetShapeToEllipsoid()
The shape of the region of interest.
generate an image stencil
void SetShapeToCylinderY()
The shape of the region of interest.