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

Function Identity

Common/Transforms/vtkPerspectiveTransform.h:54–58  ·  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

52 * reset so that it is the same as the Input.
53 */
54 void Identity()
55 {
56 this->Concatenation->Identity();
57 this->Modified();
58 }
59
60 /**
61 * Invert the transformation. This will also set a flag so that

Callers

nothing calls this directly

Calls 2

IdentityMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected