| 116 | //------------------------------------------------------------------------------ |
| 117 | |
| 118 | void vtkIterativeClosestPointTransform::ReleaseTarget() |
| 119 | { |
| 120 | if (this->Target) |
| 121 | { |
| 122 | this->Target->UnRegister(this); |
| 123 | this->Target = nullptr; |
| 124 | } |
| 125 | } |
| 126 | |
| 127 | //------------------------------------------------------------------------------ |
| 128 |