 |
VTK
9.0.1
|
Go to the documentation of this file.
69 #ifndef vtkAdaptiveSubdivisionFilter_h
70 #define vtkAdaptiveSubdivisionFilter_h
72 #include "vtkFiltersModelingModule.h"
96 vtkGetMacro(MaximumEdgeLength,
double);
107 vtkGetMacro(MaximumTriangleArea,
double);
149 vtkSetMacro(OutputPointsPrecision,
int);
150 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.