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

Method GetVtkMatrix

Modules/Core/src/DataManagement/mitkGeometryTransformHolder.cpp:230–230  ·  view source on GitHub ↗

# Get the Vtk Matrix which describes the transform.

Source from the content-addressed store, hash-verified

228
229 //## Get the Vtk Matrix which describes the transform.
230 vtkMatrix4x4 *GeometryTransformHolder::GetVtkMatrix() { return m_VtkMatrix; }
231 //## Get the Vtk Matrix which describes the transform.
232 const vtkMatrix4x4 *GeometryTransformHolder::GetVtkMatrix() const { return m_VtkMatrix; }
233 //##Documentation

Callers 1

EqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected