69 #ifndef vtkAdaptiveSubdivisionFilter_h 70 #define vtkAdaptiveSubdivisionFilter_h 72 #include "vtkFiltersModelingModule.h" 96 vtkSetClampMacro(MaximumEdgeLength,
double,0.000001,
VTK_DOUBLE_MAX);
97 vtkGetMacro(MaximumEdgeLength,
double);
107 vtkSetClampMacro(MaximumTriangleArea,
double,0.000001,
VTK_DOUBLE_MAX);
108 vtkGetMacro(MaximumTriangleArea,
double);
120 vtkGetMacro(MaximumNumberOfTriangles,
vtkIdType);
131 vtkGetMacro(MaximumNumberOfPasses,
vtkIdType);
151 vtkGetMacro(OutputPointsPrecision,
int);
158 void CreateDefaultLocator();
169 double MaximumEdgeLength;
170 double MaximumTriangleArea;
174 int OutputPointsPrecision;
vtkTypeUInt32 vtkMTimeType
Abstract class in support of both point location and point insertion.
subdivide triangles based on edge and/or area metrics
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.