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

Function Identity

Common/Transforms/vtkGeneralTransform.h:39–43  ·  view source on GitHub ↗

* Set this transformation to the identity transformation. If * the transform has an Input, then the transformation will be * reset so that it is the same as the Input. */

Source from the content-addressed store, hash-verified

37 * reset so that it is the same as the Input.
38 */
39 void Identity()
40 {
41 this->Concatenation->Identity();
42 this->Modified();
43 }
44
45 /**
46 * Invert the transformation. This will also set a flag so that

Callers 10

TranslateMethod · 0.70
ScaleMethod · 0.70
AdjustViewportMethod · 0.70
AdjustZBufferMethod · 0.70
OrthoMethod · 0.70
ShearMethod · 0.70
SetupCameraMethod · 0.70
TranslateMethod · 0.70
RotateMethod · 0.70
ScaleMethod · 0.70

Calls 2

IdentityMethod · 0.45
ModifiedMethod · 0.45

Tested by 5

AdjustViewportMethod · 0.56
AdjustZBufferMethod · 0.56
OrthoMethod · 0.56
ShearMethod · 0.56
SetupCameraMethod · 0.56