| 520 | } |
| 521 | |
| 522 | void mitk::BaseGeometry::IndexToWorld(const mitk::Point3D &pt_units, mitk::Point3D &pt_mm) const |
| 523 | { |
| 524 | pt_mm = this->GetIndexToWorldTransform()->TransformPoint(pt_units); |
| 525 | } |
| 526 | |
| 527 | void mitk::BaseGeometry::IndexToWorld(const mitk::Vector3D &vec_units, mitk::Vector3D &vec_mm) const |
| 528 | { |