60#ifndef vtkAdaptiveSubdivisionFilter_h 
   61#define vtkAdaptiveSubdivisionFilter_h 
   63#include "vtkFiltersModelingModule.h"  
   66VTK_ABI_NAMESPACE_BEGIN
 
   88  vtkGetMacro(MaximumEdgeLength, 
double);
 
   99  vtkGetMacro(MaximumTriangleArea, 
double);
 
  141  vtkSetMacro(OutputPointsPrecision, 
int);
 
  142  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