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

Method GetOrigin

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

Source from the content-addressed store, hash-verified

67}
68
69mitk::Point3D mitk::BaseGeometry::GetOrigin() const
70{
71 return m_GeometryTransform->GetOrigin();
72}
73
74void mitk::BaseGeometry::SetOrigin(const Point3D &origin)
75{

Callers 15

Is2DConvertableMethod · 0.95
ClampPointMethod · 0.95
TranslateMethod · 0.95
PrintSelfMethod · 0.95
mainFunction · 0.45
WriteMethod · 0.45
ComparePlanarFiguresMethod · 0.45
GenerateMethod · 0.45
DoImageGenerationMethod · 0.45
FormatIPPForSliceFunction · 0.45

Calls

no outgoing calls