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