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