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

Method RTBegin

src/openms/source/KERNEL/MSChromatogram.cpp:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282MSChromatogram::Iterator MSChromatogram::RTBegin(MSChromatogram::CoordinateType rt)
283{
284 PeakType p;
285 p.setPosition(rt);
286 return lower_bound(ContainerType::begin(), ContainerType::end(), p, PeakType::PositionLess());
287}
288
289MSChromatogram::Iterator
290MSChromatogram::RTBegin(MSChromatogram::Iterator begin, MSChromatogram::CoordinateType rt, MSChromatogram::Iterator end)

Callers

nothing calls this directly

Calls 4

beginFunction · 0.50
endFunction · 0.50
PositionLessClass · 0.50
setPositionMethod · 0.45

Tested by

no test coverage detected