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

Method Inverse

Common/Transforms/vtkMatrixToLinearTransform.cxx:36–40  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

34
35//------------------------------------------------------------------------------
36void vtkMatrixToLinearTransform::Inverse()
37{
38 this->InverseFlag = !this->InverseFlag;
39 this->Modified();
40}
41
42//------------------------------------------------------------------------------
43void vtkMatrixToLinearTransform::InternalUpdate()

Callers 1

InternalDeepCopyMethod · 0.95

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected