OpenMS
MSSpectrum::Chunks Struct Reference

#include <OpenMS/KERNEL/MSSpectrum.h>

Collaboration diagram for MSSpectrum::Chunks:
[legend]

Public Member Functions

 Chunks (const MSSpectrum &s)
 
void add (bool is_sorted)
 
std::vector< Chunk > & getChunks ()
 

Private Attributes

std::vector< Chunkchunks_
 
const MSSpectrumspec_
 

Constructor & Destructor Documentation

◆ Chunks()

Chunks ( const MSSpectrum s)
inline

Member Function Documentation

◆ add()

void add ( bool  is_sorted)
inline

◆ getChunks()

std::vector<Chunk>& getChunks ( )
inline

Member Data Documentation

◆ chunks_

std::vector<Chunk> chunks_
private

◆ spec_

const MSSpectrum& spec_
private