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