|
libpappsomspp
Library for mass spectrometry
|
#include <vector>#include <limits>#include <memory>#include <QDataStream>#include <QMetaType>#include "pappsomspp/export-import-config.h"#include "pappsomspp/core/types.h"Go to the source code of this file.
Classes | |
| struct | pappso::DataPoint |
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< const DataPoint > | pappso::DataPointCstSPtr |
Functions | |
| QDataStream & | pappso::operator<< (QDataStream &out, const DataPoint &dataPoint) |
| QDataStream & | pappso::operator>> (QDataStream &in, DataPoint &dataPoint) |
| Q_DECLARE_METATYPE (pappso::DataPoint) | |
| Q_DECLARE_METATYPE (pappso::DataPointCstSPtr) | |
Variables | |
| int | dataPointMetaTypeId |
| int | dataPointCstSPtrMetaTypeId |
| Q_DECLARE_METATYPE | ( | pappso::DataPoint | ) |
References dataPointMetaTypeId.
| Q_DECLARE_METATYPE | ( | pappso::DataPointCstSPtr | ) |
References dataPointCstSPtrMetaTypeId.
|
extern |
Definition at line 28 of file datapoint.cpp.
Referenced by Q_DECLARE_METATYPE().
|
extern |
Definition at line 24 of file datapoint.cpp.
Referenced by Q_DECLARE_METATYPE().