libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
maptrace.cpp File Reference
#include <numeric>
#include <limits>
#include <vector>
#include <map>
#include <cmath>
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <QDebug>
#include <QObject>
#include "pappsomspp/core/exception/exceptionnotpossible.h"
#include "maptrace.h"
#include "pappsomspp/core/processing/combiners/tracepluscombiner.h"
#include "pappsomspp/core/processing/combiners/traceminuscombiner.h"
#include "pappsomspp/core/types.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

Variables

int mapTraceMetaTypeId = qRegisterMetaType<pappso::MapTrace>("pappso::MapTrace")
int mapTracePtrMetaTypeId = qRegisterMetaType<pappso::MapTrace *>("pappso::MapTrace *")

Variable Documentation

◆ mapTraceMetaTypeId

int mapTraceMetaTypeId = qRegisterMetaType<pappso::MapTrace>("pappso::MapTrace")

Definition at line 22 of file maptrace.cpp.

Referenced by Q_DECLARE_METATYPE().

◆ mapTracePtrMetaTypeId

int mapTracePtrMetaTypeId = qRegisterMetaType<pappso::MapTrace *>("pappso::MapTrace *")

Definition at line 23 of file maptrace.cpp.

Referenced by Q_DECLARE_METATYPE().