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