Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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