73 #ifndef vtkStaticCleanPolyData_h 74 #define vtkStaticCleanPolyData_h 76 #include "vtkFiltersCoreModule.h" 109 vtkSetClampMacro(Tolerance,
double,0.0,1.0);
110 vtkGetMacro(Tolerance,
double);
118 vtkGetMacro(AbsoluteTolerance,
double);
163 vtkSetMacro(OutputPointsPrecision,
int);
164 vtkGetMacro(OutputPointsPrecision,
int);
174 {
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.