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

Method Initialize

Common/DataModel/vtkPointLocator.cxx:109–117  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

107
108//------------------------------------------------------------------------------
109void vtkPointLocator::Initialize()
110{
111 if (this->Points)
112 {
113 this->Points->UnRegister(this);
114 this->Points = nullptr;
115 }
116 this->FreeSearchStructure();
117}
118
119//------------------------------------------------------------------------------
120void vtkPointLocator::FreeSearchStructure()

Callers

nothing calls this directly

Calls 2

FreeSearchStructureMethod · 0.95
UnRegisterMethod · 0.45

Tested by

no test coverage detected