MCPcopy Create free account
hub / github.com/MITK/MITK / SetVtkMatrixDeepCopy

Method SetVtkMatrixDeepCopy

Modules/Core/src/DataManagement/mitkBaseGeometry.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void mitk::BaseGeometry::SetVtkMatrixDeepCopy(vtkTransform *vtktransform)
65{
66 m_GeometryTransform->SetVtkMatrixDeepCopy(vtktransform);
67}
68
69mitk::Point3D mitk::BaseGeometry::GetOrigin() const
70{

Callers 2

ExecuteOperationMethod · 0.95
ExecuteOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected