MCPcopy 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
96mitk::ScalarType mitk::LevelWindow::GetDefaultLevel() const
97{
98 return ((m_DefaultUpperBound + m_DefaultLowerBound) / 2.0);
99}
100
101mitk::ScalarType mitk::LevelWindow::GetDefaultWindow() const
102{

Callers 3

SerializeMethod · 0.80
mitkLevelWindowTestFunction · 0.80
to_jsonFunction · 0.80

Calls

no outgoing calls

Tested by 1

mitkLevelWindowTestFunction · 0.64