Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetDefaultLevel
Method
GetDefaultLevel
Modules/Core/src/DataManagement/mitkLevelWindow.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
mitk::ScalarType mitk::LevelWindow::GetDefaultLevel() const
97
{
98
return ((m_DefaultUpperBound + m_DefaultLowerBound) / 2.0);
99
}
100
101
mitk::ScalarType mitk::LevelWindow::GetDefaultWindow() const
102
{
Callers
3
Serialize
Method · 0.80
mitkLevelWindowTest
Function · 0.80
to_json
Function · 0.80
Calls
no outgoing calls
Tested by
1
mitkLevelWindowTest
Function · 0.64