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

Method SetDefaultLevelWindow

Modules/Core/src/DataManagement/mitkLevelWindow.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void mitk::LevelWindow::SetDefaultLevelWindow(mitk::ScalarType level, mitk::ScalarType window)
122{
123 SetDefaultBoundaries((level - (window / 2.0)), (level + (window / 2.0)));
124}
125
126void mitk::LevelWindow::SetLevelWindow(mitk::ScalarType level, mitk::ScalarType window, bool expandRangesIfNecessary)
127{

Callers 3

DeserializeMethod · 0.80
mitkLevelWindowTestFunction · 0.80
from_jsonFunction · 0.80

Calls

no outgoing calls

Tested by 1

mitkLevelWindowTestFunction · 0.64