| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#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< MapTrace > | pappso::MapTraceSPtr | 
| typedef std::shared_ptr< const MapTrace > | pappso::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 | 
| Q_DECLARE_METATYPE | ( | pappso::MapTrace * | ) | 
References mapTraceMetaTypeId, and mapTracePtrMetaTypeId.
| Q_DECLARE_METATYPE | ( | pappso::MapTrace | ) | 
      
  | 
  extern | 
Definition at line 22 of file maptrace.cpp.
Referenced by Q_DECLARE_METATYPE().
      
  | 
  extern | 
Definition at line 24 of file maptrace.cpp.
Referenced by Q_DECLARE_METATYPE().