|
libpappsomspp
Library for mass spectrometry
|
#include <vector>#include <memory>#include <limits>#include <QDataStream>#include "pappsomspp/export-import-config.h"#include "pappsomspp/core/mzrange.h"#include "pappsomspp/core/trace/trace.h"Go to the source code of this file.
Classes | |
| class | pappso::MassSpectrum |
| Class to represent a mass spectrum. More... | |
Namespaces | |
| namespace | pappso |
| tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multicharge peaks to monocharge | |
Typedefs | |
| typedef std::shared_ptr< MassSpectrum > | pappso::MassSpectrumSPtr |
| typedef std::shared_ptr< const MassSpectrum > | pappso::MassSpectrumCstSPtr |
Functions | |
| QDataStream & | pappso::operator<< (QDataStream &outstream, const MassSpectrum &massSpectrum) |
| QDataStream & | pappso::operator>> (QDataStream &instream, MassSpectrum &massSpectrum) |
| Q_DECLARE_METATYPE (pappso::MassSpectrum) | |
| Q_DECLARE_METATYPE (pappso::MassSpectrum *) | |
Variables | |
| int | massSpectrumMetaTypeId |
| int | massSpectrumPtrMetaTypeId |
| Q_DECLARE_METATYPE | ( | pappso::MassSpectrum * | ) |
References massSpectrumMetaTypeId, and massSpectrumPtrMetaTypeId.
| Q_DECLARE_METATYPE | ( | pappso::MassSpectrum | ) |
|
extern |
Definition at line 51 of file massspectrum.cpp.
Referenced by Q_DECLARE_METATYPE().
|
extern |
Definition at line 53 of file massspectrum.cpp.
Referenced by Q_DECLARE_METATYPE().