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

Method CreateDefaultLocator

Common/DataModel/vtkIterativeClosestPointTransform.cxx:163–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161//------------------------------------------------------------------------------
162
163void vtkIterativeClosestPointTransform::CreateDefaultLocator()
164{
165 if (this->Locator)
166 {
167 this->ReleaseLocator();
168 }
169
170 this->Locator = vtkCellLocator::New();
171}
172
173//------------------------------------------------------------------------------
174

Callers 1

InternalUpdateMethod · 0.95

Calls 2

ReleaseLocatorMethod · 0.95
NewFunction · 0.50

Tested by

no test coverage detected