Go to the documentation of this file.
72 #ifndef vtkAdaptiveSubdivisionFilter_h
73 #define vtkAdaptiveSubdivisionFilter_h
75 #include "vtkFiltersModelingModule.h"
100 vtkGetMacro(MaximumEdgeLength,
double);
111 vtkGetMacro(MaximumTriangleArea,
double);
153 vtkSetMacro(OutputPointsPrecision,
int);
154 vtkGetMacro(OutputPointsPrecision,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
int OutputPointsPrecision
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkAdaptiveSubdivisionFilter * New()
Standard methods for instantiation, type info, and printing.
vtkIdType MaximumNumberOfPasses
vtkIdType MaximumNumberOfTriangles
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
void CreateDefaultLocator()
Create a default locator.
~vtkAdaptiveSubdivisionFilter() override
subdivide triangles based on edge and/or area metrics
double MaximumTriangleArea
vtkAdaptiveSubdivisionFilter()
vtkIncrementalPointLocator * Locator
vtkMTimeType GetMTime() override
Modified GetMTime because of the dependence on the locator.
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.