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

Method containsIMData

src/openms/source/KERNEL/MSSpectrum.cpp:721–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719 }
720
721 bool MSSpectrum::containsIMData() const
722 {
723 Size index;
724 DriftTimeUnit unit;
725 return getIonMobilityArray__(this->getFloatDataArrays(), index, unit);
726 }
727
728 std::pair<Size, DriftTimeUnit> MSSpectrum::getIMData() const
729 {

Callers 7

testMSSpectrumFunction · 0.95
contextMenuEventMethod · 0.80
pickMethod · 0.80
determineIMFormatMethod · 0.80
splitByIonMobilityMethod · 0.80
get2DPeakDataFunction · 0.80
get2DPeakDataIonFunction · 0.80

Calls 1

getIonMobilityArray__Function · 0.85

Tested by

no test coverage detected