29#ifndef vtkLassoStencilSource_h
30#define vtkLassoStencilSource_h
33#include "vtkImagingStencilModule.h"
57 vtkGetMacro(Shape,
int);
58 vtkSetClampMacro(Shape,
int, POLYGON, SPLINE);
79 vtkGetMacro(SliceOrientation,
int);
80 vtkSetClampMacro(SliceOrientation,
int, 0, 2);
generate an image stencil
a simple class to control print indentation
Create a stencil from a contour.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetShapeToSpline()
The shape to use, default is "Polygon".
virtual vtkPoints * GetSlicePoints(int i)
The points for a particular slice.
virtual void SetPoints(vtkPoints *points)
The points that make up the lassoo.
virtual const char * GetShapeAsString()
The shape to use, default is "Polygon".
void SetShapeToPolygon()
The shape to use, default is "Polygon".
vtkMTimeType GetMTime() override
Overload GetMTime() to include the timestamp on the points.
~vtkLassoStencilSource() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkLassoStencilSource * New()
virtual void RemoveAllSlicePoints()
Remove points from all slices.
virtual void SetSlicePoints(int i, vtkPoints *points)
The points for a particular slice.
vtkLSSPointMap * PointMap
represent and manipulate 3D points
spline abstract class for interpolating splines
vtkTypeUInt32 vtkMTimeType