29 #ifndef vtkLassoStencilSource_h
30 #define vtkLassoStencilSource_h
33 #include "vtkImagingStencilModule.h"
57 vtkGetMacro(
Shape,
int);
58 vtkSetClampMacro(
Shape,
int, POLYGON, SPLINE);
61 virtual const char *GetShapeAsString();
79 vtkGetMacro(SliceOrientation,
int);
80 vtkSetClampMacro(SliceOrientation,
int, 0, 2);
96 virtual void RemoveAllSlicePoints();
105 ~vtkLassoStencilSource() VTK_OVERRIDE;
108 vtkInformationVector *) VTK_OVERRIDE;
111 int SliceOrientation;
115 vtkLSSPointMap *PointMap;
118 vtkLassoStencilSource(const vtkLassoStencilSource&) VTK_DELETE_FUNCTION;
119 void operator=(const vtkLassoStencilSource&) VTK_DELETE_FUNCTION;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
static vtkImageStencilSource * New()
void SetShapeToSpline()
The shape to use, default is "Polygon".
a simple class to control print indentation
spline abstract class for interpolating splines
virtual vtkMTimeType GetMTime()
Return this object's modified time.
void SetShapeToPolygon()
The shape to use, default is "Polygon".
Create a stencil from a contour.
generate an image stencil
represent and manipulate 3D points