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

Method InternalDeepCopy

Common/Transforms/vtkMatrixToLinearTransform.cxx:60–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

58
59//------------------------------------------------------------------------------
60void vtkMatrixToLinearTransform::InternalDeepCopy(vtkAbstractTransform* gtrans)
61{
62 vtkMatrixToLinearTransform* transform = static_cast<vtkMatrixToLinearTransform*>(gtrans);
63
64 this->SetInput(transform->Input);
65
66 if (this->InverseFlag != transform->InverseFlag)
67 {
68 this->Inverse();
69 }
70}
71
72//------------------------------------------------------------------------------
73vtkAbstractTransform* vtkMatrixToLinearTransform::MakeTransform()

Callers

nothing calls this directly

Calls 2

InverseMethod · 0.95
SetInputMethod · 0.45

Tested by

no test coverage detected