70 #ifndef vtkStaticCleanPolyData_h 71 #define vtkStaticCleanPolyData_h 73 #include "vtkFiltersCoreModule.h" 106 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
107 vtkGetMacro(Tolerance,
double);
115 vtkGetMacro(AbsoluteTolerance,
double);
160 vtkSetMacro(OutputPointsPrecision,
int);
161 vtkGetMacro(OutputPointsPrecision,
int);
171 {
return this->Locator; }
vtkTypeBool ConvertStripsToPolys
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
vtkTypeBool PieceInvariant
vtkTypeBool ToleranceIsAbsolute
vtkTypeBool ConvertPolysToLines
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
vtkStaticPointLocator * Locator
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
quickly locate points in 3-space
vtkTypeBool ConvertLinesToPoints
merge duplicate points, and/or remove unused points and/or remove degenerate cells
vtkStaticPointLocator * GetLocator()
Retrieve the internal locator to manually configure it, for example specifying the number of points p...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.