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

Method WorldToIndex

Modules/Core/src/DataManagement/mitkAbstractTransformGeometry.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void mitk::AbstractTransformGeometry::WorldToIndex(const mitk::Point2D &pt_mm, mitk::Point2D &pt_units) const
140{
141 m_Plane->WorldToIndex(pt_mm, pt_units);
142}
143
144void mitk::AbstractTransformGeometry::IndexToWorld(const mitk::Vector2D &vec_units, mitk::Vector2D &vec_mm) const
145{

Callers 1

IsAboveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected