MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkPointLocator

Method ~vtkPointLocator

Common/DataModel/vtkPointLocator.cxx:98–106  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

96
97//------------------------------------------------------------------------------
98vtkPointLocator::~vtkPointLocator()
99{
100 if (this->Points)
101 {
102 this->Points->UnRegister(this);
103 this->Points = nullptr;
104 }
105 this->FreeSearchStructure();
106}
107
108//------------------------------------------------------------------------------
109void vtkPointLocator::Initialize()

Callers

nothing calls this directly

Calls 2

FreeSearchStructureMethod · 0.95
UnRegisterMethod · 0.45

Tested by

no test coverage detected