@name Range methods @note The range values (min, max, etc.) are not updated automatically. Call updateRanges() to update the values! */ @{ Docu in base class
| 221 | ///@{ |
| 222 | // Docu in base class |
| 223 | void MSExperiment::updateRanges() |
| 224 | { |
| 225 | updateRanges(-1); |
| 226 | } |
| 227 | |
| 228 | /** |
| 229 | @brief Updates the m/z, intensity, retention time and MS level ranges of all spectra with a certain ms level |