| 82 | //------------------------------------------------------------------------------ |
| 83 | |
| 84 | void vtkIterativeClosestPointTransform::ReleaseSource() |
| 85 | { |
| 86 | if (this->Source) |
| 87 | { |
| 88 | this->Source->UnRegister(this); |
| 89 | this->Source = nullptr; |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | //------------------------------------------------------------------------------ |
| 94 |