libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
filterobopsimodsink.h
Go to the documentation of this file.
1
/*******************************************************************************
2
* Copyright (c) 2015 Olivier Langella <Olivier.Langella@moulon.inra.fr>.
3
*
4
* This file is part of the PAPPSOms++ library.
5
*
6
* PAPPSOms++ is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* PAPPSOms++ is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with PAPPSOms++. If not, see <http://www.gnu.org/licenses/>.
18
*
19
* Contributors:
20
* Olivier Langella <Olivier.Langella@moulon.inra.fr> - initial API and
21
*implementation
22
******************************************************************************/
23
24
25
#pragma once
26
27
28
#include <list>
29
30
#include "
obopsimod.h
"
31
32
namespace
pappso
33
{
34
35
class
PMSPP_LIB_DECL
FilterOboPsiModSink
:
public
OboPsiModHandlerInterface
36
{
37
38
public
:
39
FilterOboPsiModSink
();
40
virtual
~FilterOboPsiModSink
();
41
42
void
setOboPsiModTerm(
const
OboPsiModTerm
&term)
override
;
43
44
const
OboPsiModTerm
&getOne();
45
const
OboPsiModTerm
&getFirst();
46
std::size_t size();
47
48
const
std::list<OboPsiModTerm> &getOboPsiModTermList();
49
50
51
private
:
52
std::list<OboPsiModTerm>
m_oboPsiModTermList
;
53
};
54
55
56
}
// namespace pappso
pappso::FilterOboPsiModSink
Definition
filterobopsimodsink.h:36
pappso::FilterOboPsiModSink::m_oboPsiModTermList
std::list< OboPsiModTerm > m_oboPsiModTermList
Definition
filterobopsimodsink.h:52
pappso::OboPsiModHandlerInterface
Definition
obopsimodhandlerinterface.h:31
pappso::OboPsiModTerm
Definition
obopsimodterm.h:34
PMSPP_LIB_DECL
#define PMSPP_LIB_DECL
Definition
export-import-config.h:14
pappso
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition
aa.cpp:39
obopsimod.h
pappsomspp
core
obo
filterobopsimodsink.h
Generated on Thu Nov 6 2025 12:27:26 for libpappsomspp by
1.9.8