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

Method Identity

Common/Transforms/vtkTransform.cxx:76–87  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75//------------------------------------------------------------------------------
76void vtkTransform::Identity()
77{
78 this->Concatenation->Identity();
79
80 // support for the legacy hack in InternalUpdate
81 if (this->Matrix->GetMTime() > this->MatrixUpdateMTime)
82 {
83 this->Matrix->Identity();
84 }
85
86 this->Modified();
87}
88
89//------------------------------------------------------------------------------
90void vtkTransform::Inverse()

Callers 11

InternalUpdateMethod · 0.45
IdentityFunction · 0.45
SetMatrixFunction · 0.45
InternalUpdateMethod · 0.45
InternalUpdateMethod · 0.45
InternalUpdateMethod · 0.45
IdentityFunction · 0.45
InternalUpdateMethod · 0.45
SetMatrixFunction · 0.45
testUseOfInverseFunction · 0.45

Calls 2

GetMTimeMethod · 0.45
ModifiedMethod · 0.45

Tested by 5

IdentityFunction · 0.36
SetMatrixFunction · 0.36
InternalUpdateMethod · 0.36
testUseOfInverseFunction · 0.36