Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FileHandler_test.cpp
File · 0.45
START_SECTION
Function · 0.45
MzXMLFile_test.cpp
File · 0.45
DTA2DFile_test.cpp
File · 0.45
PeakFileOptions_test.cpp
File · 0.45
MzDataFile_test.cpp
File · 0.45
FeatureXMLFile_test.cpp
File · 0.45
ConsensusXMLFile_test.cpp
File · 0.45
Calls
no outgoing calls
Tested by
1
START_SECTION
Function · 0.36