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

Method GetBounds

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

Source from the content-addressed store, hash-verified

195}
196
197const mitk::BaseGeometry::BoundsArrayType mitk::BaseGeometry::GetBounds() const
198{
199 assert(m_BoundingBox.IsNotNull());
200 return m_BoundingBox->GetBounds();
201}
202
203bool mitk::BaseGeometry::IsValid() const
204{

Callers 15

GetCornerPointInWorldMethod · 0.45
GetExtentInWorldMethod · 0.45
InitializeGeometryMethod · 0.45
GetExtentMethod · 0.45
GetCornerPointMethod · 0.45
IsIndexInsideMethod · 0.45
PrintSelfMethod · 0.45
EqualMethod · 0.45
IsAboveMethod · 0.45

Calls 1

IsNotNullMethod · 0.80

Tested by

no test coverage detected