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

Method InternalDeepCopy

Common/Transforms/vtkTransform2D.cxx:59–63  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

57
58//------------------------------------------------------------------------------
59void vtkTransform2D::InternalDeepCopy(vtkTransform2D* transform)
60{
61 // copy the input
62 this->Matrix->DeepCopy(transform->Matrix);
63}
64
65//------------------------------------------------------------------------------
66vtkMTimeType vtkTransform2D::GetMTime()

Callers

nothing calls this directly

Calls 1

DeepCopyMethod · 0.45

Tested by

no test coverage detected