60 #ifndef vtkAdaptiveSubdivisionFilter_h
61 #define vtkAdaptiveSubdivisionFilter_h
63 #include "vtkFiltersModelingModule.h"
66 VTK_ABI_NAMESPACE_BEGIN
87 vtkSetClampMacro(MaximumEdgeLength,
double, 0.000001,
VTK_DOUBLE_MAX);
88 vtkGetMacro(MaximumEdgeLength,
double);
98 vtkSetClampMacro(MaximumTriangleArea,
double, 0.000001,
VTK_DOUBLE_MAX);
99 vtkGetMacro(MaximumTriangleArea,
double);
111 vtkGetMacro(MaximumNumberOfTriangles,
vtkIdType);
122 vtkGetMacro(MaximumNumberOfPasses,
vtkIdType);
141 vtkSetMacro(OutputPointsPrecision,
int);
142 vtkGetMacro(OutputPointsPrecision,
int);
149 void CreateDefaultLocator();
174 VTK_ABI_NAMESPACE_END
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Abstract class in support of both point location and point insertion.
subdivide triangles based on edge and/or area metrics
int OutputPointsPrecision
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
vtkIdType MaximumNumberOfTriangles
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
double MaximumTriangleArea
vtkIdType MaximumNumberOfPasses
vtkIncrementalPointLocator * Locator
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.