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);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
merge duplicate points, and/or remove unused points and/or remove degenerate cells
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkMTimeType GetMTime() override
Get the MTime of this object also considering the locator.
static vtkStaticCleanPolyData * New()
Standard methods to instantiate, print, and provide type information.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkStaticPointLocator * GetLocator()
Retrieve the internal locator to manually configure it, for example specifying the number of points p...
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to instantiate, print, and provide type information.
vtkTypeBool ToleranceIsAbsolute
vtkStaticPointLocator * Locator
vtkTypeBool ConvertStripsToPolys
vtkTypeBool ConvertPolysToLines
vtkTypeBool ConvertLinesToPoints
vtkTypeBool PieceInvariant
~vtkStaticCleanPolyData() override
quickly locate points in 3-space
vtkTypeUInt32 vtkMTimeType