29 #ifndef vtkROIStencilSource_h
30 #define vtkROIStencilSource_h
33 #include "vtkImagingStencilModule.h"
57 vtkSetClampMacro(
Shape,
int, BOX, CYLINDERZ);
71 vtkGetVector6Macro(Bounds,
double);
72 vtkSetVector6Macro(Bounds,
double);
generate an image stencil
a simple class to control print indentation
create simple mask shapes
void SetShapeToCylinderZ()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
void SetShapeToCylinderY()
void SetShapeToEllipsoid()
void SetShapeToCylinderX()
virtual const char * GetShapeAsString()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkROIStencilSource * New()
~vtkROIStencilSource() override