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

Method setIntensityRange

src/openms/source/FORMAT/OPTIONS/PeakFileOptions.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void PeakFileOptions::setIntensityRange(const DRange<1>& range)
121 {
122 intensity_range_ = range;
123 has_intensity_range_ = true;
124 }
125
126 bool PeakFileOptions::hasIntensityRange() const
127 {

Callers 10

main_Method · 0.45
main_Method · 0.45
main_Method · 0.45
START_SECTIONFunction · 0.45
MzXMLFile_test.cppFile · 0.45
DTA2DFile_test.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

START_SECTIONFunction · 0.36