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);
154 vtkGetMacro(OutputPointsPrecision,
int);
void SetLocator(vtkIncrementalPointLocator *locator)
Set / get a spatial locator for merging points.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkAdaptiveSubdivisionFilter * New()
Standard methods for instantiation, type info, and printing.
vtkTypeUInt64 vtkMTimeType
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()
vtkMTimeType GetMTime()
Modified GetMTime because of the dependence on the locator.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
subdivide triangles based on edge and/or area metrics
double MaximumTriangleArea
vtkAdaptiveSubdivisionFilter()
vtkIncrementalPointLocator * Locator
Superclass for algorithms that produce only polydata as output.