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

Method IsBoundingBoxNull

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

Source from the content-addressed store, hash-verified

699}
700
701bool mitk::BaseGeometry::IsBoundingBoxNull() const
702{
703 return m_BoundingBox.IsNull();
704}
705
706bool mitk::BaseGeometry::IsIndexToWorldTransformNull() const
707{

Callers 6

GetCornerPointMethod · 0.95
PrintSelfMethod · 0.95
ProjectMethod · 0.80
MapMethod · 0.80
ProjectMethod · 0.80
GetBoundingBoxMethod · 0.80

Calls 1

IsNullMethod · 0.45

Tested by

no test coverage detected