| 622 | } |
| 623 | |
| 624 | mitk::VnlVector mitk::BaseGeometry::GetMatrixColumn(unsigned int direction) const |
| 625 | { |
| 626 | return this->GetIndexToWorldTransform()->GetMatrix().GetVnlMatrix().get_column(direction).as_ref(); |
| 627 | } |
| 628 | |
| 629 | mitk::BoundingBox::Pointer mitk::BaseGeometry::CalculateBoundingBoxRelativeToTransform( |
| 630 | const mitk::AffineTransform3D *transform) const |