|
libpappsomspp
Library for mass spectrometry
|
#include <vector>#include <cmath>#include <QDebug>#include <QDataStream>#include <QRegularExpressionMatch>#include "datapoint.h"#include "pappsomspp/core/types.h"#include "pappsomspp/core/utils.h"#include "pappsomspp/core/pappsoexception.h"#include "pappsomspp/core/exception/exceptionoutofrange.h"#include "pappsomspp/core/exception/exceptionnotpossible.h"Go to the source code of this file.
Namespaces | |
| namespace | pappso |
| tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multicharge peaks to monocharge | |
Functions | |
| QDataStream & | pappso::operator<< (QDataStream &out, const DataPoint &dataPoint) |
| QDataStream & | pappso::operator>> (QDataStream &in, DataPoint &dataPoint) |
Variables | |
| int | dataPointMetaTypeId |
| int | dataPointCstSPtrMetaTypeId |
| int dataPointCstSPtrMetaTypeId |
Definition at line 28 of file datapoint.cpp.
Referenced by Q_DECLARE_METATYPE().
| int dataPointMetaTypeId |
Definition at line 24 of file datapoint.cpp.
Referenced by Q_DECLARE_METATYPE().