MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / updateRanges

Method updateRanges

src/openms/source/KERNEL/MSExperiment.cpp:223–226  ·  view source on GitHub ↗

@name Range methods @note The range values (min, max, etc.) are not updated automatically. Call updateRanges() to update the values! */ @{ Docu in base class

Source from the content-addressed store, hash-verified

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

Callers 3

alignFunction · 0.95
testMSExperimentFunction · 0.95

Calls 15

sortFunction · 0.85
clearRangesMethod · 0.80
getMSLevelMethod · 0.80
extendMethod · 0.80
getPrecursorsMethod · 0.80
getChromatogramTypeMethod · 0.80
updateRangesFunction · 0.50
clearMethod · 0.45
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by 1

testMSExperimentFunction · 0.76