libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
tracecombiner.cpp
Go to the documentation of this file.
1
#include <numeric>
2
#include <limits>
3
#include <vector>
4
#include <map>
5
#include <cmath>
6
#include <algorithm>
7
8
#include <QDebug>
9
10
#include "
tracecombiner.h
"
11
#include "
../../types.h
"
12
#include "
../../utils.h
"
13
#include "
../../pappsoexception.h
"
14
#include "
../../exception/exceptionoutofrange.h
"
15
16
17
namespace
pappso
18
{
19
20
21
TraceCombiner::TraceCombiner
()
22
{
23
}
24
25
26
TraceCombiner::TraceCombiner
(
int
decimal_places)
27
:
MassDataCombinerInterface
(decimal_places)
28
{
29
}
30
31
32
TraceCombiner::TraceCombiner
(
const
TraceCombiner
&other)
33
:
MassDataCombinerInterface
(other.m_decimalPlaces)
34
{
35
}
36
37
38
TraceCombiner::TraceCombiner
(
TraceCombinerCstSPtr
other)
39
:
MassDataCombinerInterface
(other->m_decimalPlaces)
40
{
41
}
42
43
44
TraceCombiner::~TraceCombiner
()
45
{
46
}
47
48
49
}
// namespace pappso
pappso::MassDataCombinerInterface
Definition
massdatacombinerinterface.h:26
pappso::TraceCombiner
Definition
tracecombiner.h:28
pappso::TraceCombiner::~TraceCombiner
virtual ~TraceCombiner()
Definition
tracecombiner.cpp:44
pappso::TraceCombiner::TraceCombiner
TraceCombiner()
Definition
tracecombiner.cpp:21
exceptionoutofrange.h
pappso
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition
aa.cpp:39
pappso::TraceCombinerCstSPtr
std::shared_ptr< const TraceCombiner > TraceCombinerCstSPtr
Definition
tracecombiner.h:23
pappsoexception.h
tracecombiner.h
types.h
This header contains all the type re-definitions and all the global variables definitions used in the...
utils.h
pappsomspp
processing
combiners
tracecombiner.cpp
Generated on Fri Jul 19 2024 14:40:15 for libpappsomspp by
1.12.0