Go to the documentation of this file.
32 #ifndef vtkLassoStencilSource_h
33 #define vtkLassoStencilSource_h
36 #include "vtkImagingStencilModule.h"
61 vtkSetClampMacro(
Shape,
int, POLYGON, SPLINE);
82 vtkGetMacro(SliceOrientation,
int);
83 vtkSetClampMacro(SliceOrientation,
int, 0, 2);
represent and manipulate 3D points
virtual void RemoveAllSlicePoints()
Remove points from all slices.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual vtkPoints * GetSlicePoints(int i)
virtual void SetPoints(vtkPoints *points)
The points that make up the lassoo.
vtkTypeUInt64 vtkMTimeType
virtual const char * GetShapeAsString()
vtkMTimeType GetMTime()
Overload GetMTime() to include the timestamp on the points.
virtual void SetSlicePoints(int i, vtkPoints *points)
The points for a particular slice.
a simple class to control print indentation
spline abstract class for interpolating splines
static vtkLassoStencilSource * New()
vtkLSSPointMap * PointMap
generate an image stencil
Create a stencil from a contour.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.