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

Method GetMatrix

Modules/Core/src/DataManagement/mitkApplyTransformMatrixOperation.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 ApplyTransformMatrixOperation::~ApplyTransformMatrixOperation() {}
25 vtkSmartPointer<vtkMatrix4x4> ApplyTransformMatrixOperation::GetMatrix() { return m_vtkMatrix; }
26 Point3D ApplyTransformMatrixOperation::GetReferencePoint() { return m_referencePoint; }
27} // namespace mitk

Callers 15

InternalProcessingMethod · 0.80
SetGeometryMethod · 0.80
doMITKMapFunction · 0.80
doMITKStitchingFunction · 0.80
SurfaceStampMethod · 0.80
testGeometryAfterCastingFunction · 0.80
testGetPlanePositionFunction · 0.80

Calls

no outgoing calls