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

Function Inverse

Common/Transforms/vtkGeneralTransform.h:50–54  ·  view source on GitHub ↗

* Invert the transformation. This will also set a flag so that * the transformation will use the inverse of its Input, if an Input * has been set. */

Source from the content-addressed store, hash-verified

48 * has been set.
49 */
50 void Inverse() override
51 {
52 this->Concatenation->Inverse();
53 this->Modified();
54 }
55
56 ///@{
57 /**

Callers

nothing calls this directly

Calls 2

InverseMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected