MCPcopy Create free account
hub / github.com/Kitware/VTK / Inverse

Method Inverse

Common/DataModel/vtkIterativeClosestPointTransform.cxx:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

UpdateTransformMethod · 0.45
UpdateTransformMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected