| 207 | //------------------------------------------------------------------------------ |
| 208 | |
| 209 | void vtkIterativeClosestPointTransform::Inverse() |
| 210 | { |
| 211 | vtkDataSet* tmp1 = this->Source; |
| 212 | this->Source = this->Target; |
| 213 | this->Target = tmp1; |
| 214 | this->Modified(); |
| 215 | } |
| 216 | |
| 217 | //------------------------------------------------------------------------------ |
| 218 |
no test coverage detected