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

Method setMZRange

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

Source from the content-addressed store, hash-verified

102 }
103
104 void PeakFileOptions::setMZRange(const DRange<1>& range)
105 {
106 mz_range_ = range;
107 has_mz_range_ = true;
108 }
109
110 bool PeakFileOptions::hasMZRange() const
111 {

Callers 11

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