51 #include "vtkCommonDataModelModule.h"
54 VTK_ABI_NAMESPACE_BEGIN
84 vtkGetMacro(MaxLevel,
int);
93 vtkGetMacro(Level,
int);
114 vtkGetMacro(Tolerance,
double);
129 vtkSetMacro(UseExistingSearchStructure,
vtkTypeBool);
130 vtkGetMacro(UseExistingSearchStructure,
vtkTypeBool);
131 vtkBooleanMacro(UseExistingSearchStructure,
vtkTypeBool);
138 virtual void Update();
143 virtual void Initialize();
149 virtual void BuildLocator() = 0;
161 virtual void FreeSearchStructure() = 0;
192 virtual void BuildLocatorInternal(){};
210 VTK_ABI_NAMESPACE_END
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).