MCPcopy Create free account
hub / github.com/Kitware/VTK / FreeSearchStructure

Method FreeSearchStructure

Common/DataModel/vtkKdTreePointLocator.cxx:60–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

58
59//------------------------------------------------------------------------------
60void vtkKdTreePointLocator::FreeSearchStructure()
61{
62 if (this->KdTree)
63 {
64 this->KdTree->Delete();
65 this->KdTree = nullptr;
66 }
67}
68
69//------------------------------------------------------------------------------
70void vtkKdTreePointLocator::BuildLocator()

Callers 1

BuildLocatorInternalMethod · 0.95

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected