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);
subdivide triangles based on edge and/or area metrics
vtkIdType MaximumNumberOfPasses
void CreateDefaultLocator()
Create a default locator.
~vtkAdaptiveSubdivisionFilter() override
vtkAdaptiveSubdivisionFilter()
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
static vtkAdaptiveSubdivisionFilter * New()
Standard methods for instantiation, type info, and printing.
vtkIdType MaximumNumberOfTriangles
double MaximumTriangleArea
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type info, and printing.
vtkMTimeType GetMTime() override
Modified GetMTime because of the dependence on the locator.
vtkIncrementalPointLocator * Locator
int OutputPointsPrecision
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Abstract class in support of both point location and point insertion.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
vtkTypeUInt32 vtkMTimeType