63 #include "vtkCommonDataModelModule.h"
95 vtkGetMacro(MaxLevel,
int);
104 vtkGetMacro(Level,
int);
125 vtkGetMacro(Tolerance,
double);
140 vtkSetMacro(UseExistingSearchStructure,
vtkTypeBool);
141 vtkGetMacro(UseExistingSearchStructure,
vtkTypeBool);
142 vtkBooleanMacro(UseExistingSearchStructure,
vtkTypeBool);
149 virtual void Update();
154 virtual void Initialize();
160 virtual void BuildLocator() = 0;
172 virtual void FreeSearchStructure() = 0;
203 virtual void BuildLocatorInternal(){};
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
abstract class to specify dataset behavior
record modification and/or execution time
abstract base class for objects that accelerate spatial searches
concrete dataset represents vertices, lines, polygons, and triangle strips
Detect and break reference loops.
a simple class to control print indentation
virtual void ReportReferences(vtkGarbageCollector *)
std::map< std::string, DataArray > DataSet
key: variable name, value: DataArray
bool UsesGarbageCollector() const override
Handle the PointSet <-> Locator loop.
vtkTypeBool UseExistingSearchStructure
virtual void ForceBuildLocator()
Build the locator from the input dataset (even if UseExistingSearchStructure is on).