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

Method SwapForwardInverse

Common/Transforms/vtkAbstractTransform.h:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 vtkAbstractTransform* InverseTransform;
343
344 void SwapForwardInverse()
345 {
346 vtkAbstractTransform* tmp = this->ForwardTransform;
347 this->ForwardTransform = this->InverseTransform;
348 this->InverseTransform = tmp;
349 }
350};
351
352// .NAME vtkTransformConcatenation - store a series of transformations.

Callers 2

InverseMethod · 0.80
DeepCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected