libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
massspectrum.cpp File Reference

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 &outstream, const MassSpectrum &massSpectrum)
 
QDataStream & pappso::operator>> (QDataStream &instream, MassSpectrum &massSpectrum)
 

Variables

int massSpectrumMetaTypeId
 
int massSpectrumPtrMetaTypeId
 

Variable Documentation

◆ massSpectrumMetaTypeId

int massSpectrumMetaTypeId
Initial value:
=
qRegisterMetaType<pappso::MassSpectrum>("pappso::MassSpectrum")

Definition at line 51 of file massspectrum.cpp.

Referenced by Q_DECLARE_METATYPE().

◆ massSpectrumPtrMetaTypeId

int massSpectrumPtrMetaTypeId
Initial value:
=
qRegisterMetaType<pappso::MassSpectrum *>("pappso::MassSpectrum *")

Definition at line 53 of file massspectrum.cpp.

Referenced by Q_DECLARE_METATYPE().