Go to the documentation of this file.
63 #include "vtkCommonDataModelModule.h"
95 vtkGetMacro(MaxLevel,
int);
104 vtkGetMacro(Level,
int);
115 vtkGetMacro(Automatic,
int);
125 vtkGetMacro(Tolerance,
double);
188 void operator=(const
vtkLocator&) VTK_DELETE_FUNCTION;
void Register(vtkObjectBase *o) override
Handle the PointSet <-> Locator loop.
virtual void SetDataSet(vtkDataSet *)
Build the locator from the points/cells defining this dataset.
record modification and/or execution time
void UnRegister(vtkObjectBase *o) override
Decrease the reference count (release by another object).
abstract base class for most VTK objects
virtual void Update()
Cause the locator to rebuild itself if it or its input dataset has changed.
vtkTypeUInt64 vtkMTimeType
abstract base class for objects that accelerate spatial searches
virtual void Initialize()
Initialize locator.
virtual void GenerateRepresentation(int level, vtkPolyData *pd)=0
Method to build a representation at a particular level.
abstract base class for most VTK objects
a simple class to control print indentation
virtual void BuildLocator()=0
Build the locator from the input dataset.
Detect and break reference loops.
abstract class to specify dataset behavior
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual void FreeSearchStructure()=0
Free the memory required for the spatial data structure.
vtkTimeStamp BuildTime
Updates the extensions string.