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

Method GetMatrixColumn

Modules/Core/src/DataManagement/mitkBaseGeometry.cpp:624–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

DeformObjectMethod · 0.80
setUpMethod · 0.80
TestGetMatrixColumnMethod · 0.80
AngleMethod · 0.80

Calls 3

GetVnlMatrixMethod · 0.80
GetMatrixMethod · 0.80

Tested by 2

setUpMethod · 0.64
TestGetMatrixColumnMethod · 0.64