libpappsomspp
Library for mass spectrometry
|
Public Member Functions | |
Translater (MzxmlOutput *p_mzxml_output) | |
virtual | ~Translater () |
virtual void | setQualifiedMassSpectrum (const QualifiedMassSpectrum &spectrum) override |
virtual bool | needPeakList () const override |
tells if we need the peak list (if we want the binary data) for each spectrum More... | |
![]() | |
virtual bool | needMsLevelPeakList (unsigned int ms_level) const final |
tells if we need the peak list (if we want the binary data) for each spectrum, given an MS level More... | |
virtual void | setNeedMsLevelPeakList (unsigned int ms_level, bool want_peak_list) final |
tells if we need the peak list given More... | |
virtual bool | shouldStop () |
virtual void | loadingEnded () |
virtual void | spectrumListHasSize (std::size_t size) |
virtual void | setReadAhead (bool is_read_ahead) final |
use threads to read a spectrum by batch of batch_size More... | |
virtual bool | isReadAhead () const |
tells if we want to read ahead spectrum More... | |
Private Attributes | |
MzxmlOutput * | mp_output |
Definition at line 75 of file mzxmloutput.h.
MzxmlOutput::Translater::Translater | ( | MzxmlOutput * | p_mzxml_output | ) |
|
virtual |
Definition at line 56 of file mzxmloutput.cpp.
|
overridevirtual |
tells if we need the peak list (if we want the binary data) for each spectrum
Implements pappso::SpectrumCollectionHandlerInterface.
Definition at line 69 of file mzxmloutput.cpp.
|
overridevirtual |
Implements pappso::SpectrumCollectionHandlerInterface.
Definition at line 60 of file mzxmloutput.cpp.
|
private |
Definition at line 85 of file mzxmloutput.h.
Referenced by Translater().