76#ifndef vtkStaticCleanPolyData_h
77#define vtkStaticCleanPolyData_h
79#include "vtkFiltersCoreModule.h"
101 vtkSetMacro(ToleranceIsAbsolute,
bool);
102 vtkBooleanMacro(ToleranceIsAbsolute,
bool);
103 vtkGetMacro(ToleranceIsAbsolute,
bool);
111 vtkSetClampMacro(Tolerance,
double, 0.0, 1.0);
112 vtkGetMacro(Tolerance,
double);
120 vtkGetMacro(AbsoluteTolerance,
double);
135 vtkSetStringMacro(MergingArray);
136 vtkGetStringMacro(MergingArray);
143 vtkSetMacro(ConvertLinesToPoints,
bool);
144 vtkBooleanMacro(ConvertLinesToPoints,
bool);
145 vtkGetMacro(ConvertLinesToPoints,
bool);
152 vtkSetMacro(ConvertPolysToLines,
bool);
153 vtkBooleanMacro(ConvertPolysToLines,
bool);
154 vtkGetMacro(ConvertPolysToLines,
bool);
161 vtkSetMacro(ConvertStripsToPolys,
bool);
162 vtkBooleanMacro(ConvertStripsToPolys,
bool);
163 vtkGetMacro(ConvertStripsToPolys,
bool);
173 vtkSetMacro(RemoveUnusedPoints,
bool);
174 vtkBooleanMacro(RemoveUnusedPoints,
bool);
175 vtkGetMacro(RemoveUnusedPoints,
bool);
186 vtkSetMacro(ProduceMergeMap,
bool);
187 vtkBooleanMacro(ProduceMergeMap,
bool);
188 vtkGetMacro(ProduceMergeMap,
bool);
200 vtkSetMacro(AveragePointData,
bool);
201 vtkBooleanMacro(AveragePointData,
bool);
202 vtkGetMacro(AveragePointData,
bool);
211 vtkSetMacro(OutputPointsPrecision,
int);
212 vtkGetMacro(OutputPointsPrecision,
int);
227 vtkSetMacro(PieceInvariant,
bool);
228 vtkGetMacro(PieceInvariant,
bool);
229 vtkBooleanMacro(PieceInvariant,
bool);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
Hold a reference to a vtkObjectBase instance.
merge duplicate points, and/or remove unused points and/or remove degenerate cells
bool ConvertLinesToPoints
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.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to instantiate, print, and provide type information.
vtkSmartPointer< vtkStaticPointLocator > Locator
~vtkStaticCleanPolyData() override=default
bool ConvertStripsToPolys
quickly locate points in 3-space
vtkTypeUInt32 vtkMTimeType