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

Method GetMatrix

Common/Transforms/vtkHomogeneousTransform.cxx:225–229  ·  view source on GitHub ↗

------------------------------------------------------------------------------ update and copy out the current matrix

Source from the content-addressed store, hash-verified

223//------------------------------------------------------------------------------
224// update and copy out the current matrix
225void vtkHomogeneousTransform::GetMatrix(vtkMatrix4x4* m)
226{
227 this->Update();
228 m->DeepCopy(this->Matrix);
229}
230
231//------------------------------------------------------------------------------
232void vtkHomogeneousTransform::InternalDeepCopy(vtkAbstractTransform* transform)

Callers

nothing calls this directly

Calls 2

UpdateMethod · 0.45
DeepCopyMethod · 0.45

Tested by

no test coverage detected