OpenMS
|
Used to remember what subsets in a spectrum are sorted already to allow faster sorting of the spectrum. More...
#include <OpenMS/KERNEL/MSSpectrum.h>
Public Member Functions | |
Chunk (Size p_start, Size p_end, bool p_sorted) | |
Public Attributes | |
Size | start |
inclusive More... | |
Size | end |
not inclusive More... | |
bool | is_sorted |
are the Peaks in [start, end) sorted yet? More... | |
Used to remember what subsets in a spectrum are sorted already to allow faster sorting of the spectrum.
Size end |
not inclusive
bool is_sorted |
are the Peaks in [start, end) sorted yet?
Size start |
inclusive