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

Method ReleaseLocator

Common/DataModel/vtkIterativeClosestPointTransform.cxx:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150//------------------------------------------------------------------------------
151
152void vtkIterativeClosestPointTransform::ReleaseLocator()
153{
154 if (this->Locator)
155 {
156 this->Locator->UnRegister(this);
157 this->Locator = nullptr;
158 }
159}
160
161//------------------------------------------------------------------------------
162

Callers 2

SetLocatorMethod · 0.95
CreateDefaultLocatorMethod · 0.95

Calls 1

UnRegisterMethod · 0.45

Tested by

no test coverage detected