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