![]() |
OpenMS
|
Container for organizing and managing multiple chunks in a spectrum. More...
#include <OpenMS/KERNEL/MSSpectrum.h>
Public Member Functions | |
Chunks (const MSSpectrum &s) | |
void | add (bool is_sorted) |
std::vector< Chunk > & | getChunks () |
Private Attributes | |
std::vector< Chunk > | chunks_ |
const MSSpectrum & | spec_ |
Container for organizing and managing multiple chunks in a spectrum.
This structure is used to track multiple chunks (segments) within a spectrum. Each chunk represents a portion of the spectrum that may or may not be sorted. This information is used to optimize sorting operations on spectra, particularly when only parts of the spectrum need to be sorted or have been modified.
|
inline |
|
inline |
|
inline |
|
private |
|
private |