libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
maptrace.h File Reference
#include <vector>
#include <memory>
#include <QObject>
#include <QDataStream>
#include <QMetaType>
#include "pappsomspp/export-import-config.h"
#include "pappsomspp/core/types.h"
#include "trace.h"
#include "datapoint.h"
#include "pappsomspp/core/mzrange.h"

Go to the source code of this file.

Classes

class  pappso::MapTrace

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< MapTracepappso::MapTraceSPtr
typedef std::shared_ptr< const MapTracepappso::MapTraceCstSPtr

Functions

PMSPP_LIB_DECL QDataStream & pappso::operator<< (QDataStream &out, const Trace &trace)
PMSPP_LIB_DECL QDataStream & pappso::operator>> (QDataStream &out, Trace &trace)
 Q_DECLARE_METATYPE (pappso::MapTrace)
 Q_DECLARE_METATYPE (pappso::MapTrace *)

Variables

int mapTraceMetaTypeId
int mapTracePtrMetaTypeId

Function Documentation

◆ Q_DECLARE_METATYPE() [1/2]

Q_DECLARE_METATYPE ( pappso::MapTrace * )

◆ Q_DECLARE_METATYPE() [2/2]

Q_DECLARE_METATYPE ( pappso::MapTrace )

Variable Documentation

◆ mapTraceMetaTypeId

int mapTraceMetaTypeId
extern

Definition at line 22 of file maptrace.cpp.

Referenced by Q_DECLARE_METATYPE().

◆ mapTracePtrMetaTypeId

int mapTracePtrMetaTypeId
extern

Definition at line 23 of file maptrace.cpp.

Referenced by Q_DECLARE_METATYPE().