Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
701
bool mitk::BaseGeometry::IsBoundingBoxNull() const
702
{
703
return m_BoundingBox.IsNull();
704
}
705
706
bool mitk::BaseGeometry::IsIndexToWorldTransformNull() const
707
{
Callers
6
GetCornerPoint
Method · 0.95
PrintSelf
Method · 0.95
Project
Method · 0.80
Map
Method · 0.80
Project
Method · 0.80
GetBoundingBox
Method · 0.80
Calls
1
IsNull
Method · 0.45
Tested by
no test coverage detected