70#include "vtkCommonDataModelModule.h"
73VTK_ABI_NAMESPACE_BEGIN
103 vtkGetMacro(MaxLevel,
int);
112 vtkGetMacro(Level,
int);
133 vtkGetMacro(Tolerance,
double);
abstract class to specify dataset behavior
Detect and break reference loops.
a simple class to control print indentation
abstract base class for objects that accelerate spatial searches
bool UsesGarbageCollector() const override
Handle the PointSet <-> Locator loop.
virtual void BuildLocatorInternal()
This function is not pure virtual to maintain backwards compatibility.
virtual void ForceBuildLocator()
Build the locator from the input dataset (even if UseExistingSearchStructure is on).
virtual void Update()
Cause the locator to rebuild itself if it or its input dataset has changed.
vtkTypeBool UseExistingSearchStructure
virtual void SetDataSet(vtkDataSet *)
Build the locator from the points/cells defining this dataset.
virtual void Initialize()
Initialize locator.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard type and print methods.
void ReportReferences(vtkGarbageCollector *) override
virtual void GenerateRepresentation(int level, vtkPolyData *pd)=0
Method to build a representation at a particular level.
virtual void BuildLocator()=0
Build the locator from the input dataset.
virtual void FreeSearchStructure()=0
Free the memory required for the spatial data structure.
abstract base class for most VTK objects
concrete dataset represents vertices, lines, polygons, and triangle strips
record modification and/or execution time
vtkTypeUInt32 vtkMTimeType