 |
VTK
9.1.0
|
Go to the documentation of this file.
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);
void SetShapeToCylinderY()
The shape of the region of interest.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
create simple mask shapes
void SetShapeToCylinderX()
The shape of the region of interest.
virtual const char * GetShapeAsString()
The shape of the region of interest.
static vtkROIStencilSource * New()
~vtkROIStencilSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetShapeToEllipsoid()
The shape of the region of interest.
a simple class to control print indentation
generate an image stencil
void SetShapeToBox()
The shape of the region of interest.
void SetShapeToCylinderZ()
The shape of the region of interest.