| 358 | } |
| 359 | |
| 360 | mitk::ScalarType mitk::BaseGeometry::GetExtentInMM(int direction) const |
| 361 | { |
| 362 | return this->GetIndexToWorldTransform()->GetMatrix().GetVnlMatrix().get_column(direction).magnitude() * |
| 363 | GetExtent(direction); |
| 364 | } |
| 365 | |
| 366 | void mitk::BaseGeometry::SetExtentInMM(int direction, ScalarType extentInMM) |
| 367 | { |