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

Method ResetDefaultRangeMinMax

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

Source from the content-addressed store, hash-verified

217}
218
219void mitk::LevelWindow::ResetDefaultRangeMinMax()
220{
221 SetRangeMinMax(m_DefaultLowerBound, m_DefaultUpperBound);
222}
223
224/*!
225This method initializes a mitk::LevelWindow from an mitk::Image. The algorithm is as follows:

Callers 2

mitkLevelWindowTestFunction · 0.80

Calls

no outgoing calls

Tested by 1

mitkLevelWindowTestFunction · 0.64