|
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 | |
Public Member Functions inherited from pappso::SpectrumCollectionHandlerInterface | |
| 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 | |
| virtual void | setNeedMsLevelPeakList (unsigned int ms_level, bool want_peak_list) final |
| tells if we need the peak list given | |
| 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 | |
| virtual bool | isReadAhead () const |
| tells if we want to read ahead spectrum | |
Private Attributes | |
| MzxmlOutput * | mp_output |
Definition at line 76 of file mzxmloutput.h.
| MzxmlOutput::Translater::Translater | ( | MzxmlOutput * | p_mzxml_output | ) |
Definition at line 52 of file mzxmloutput.cpp.
References pappso::MzxmlOutput::MzxmlOutput(), and mp_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.
References mp_output.
|
private |
Definition at line 86 of file mzxmloutput.h.
Referenced by Translater(), and setQualifiedMassSpectrum().