72#ifndef vtkAdaptiveSubdivisionFilter_h
73#define vtkAdaptiveSubdivisionFilter_h
75#include "vtkFiltersModelingModule.h"
100 vtkGetMacro(MaximumEdgeLength,
double);
111 vtkGetMacro(MaximumTriangleArea,
double);
154 vtkGetMacro(OutputPointsPrecision,
int);
subdivide triangles based on edge and/or area metrics
vtkIdType MaximumNumberOfPasses
void CreateDefaultLocator()
Create a default locator.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkAdaptiveSubdivisionFilter()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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
~vtkAdaptiveSubdivisionFilter()
vtkIncrementalPointLocator * Locator
int OutputPointsPrecision
vtkMTimeType GetMTime()
Modified GetMTime because of the dependence on the locator.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkTypeUInt64 vtkMTimeType