libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
obopsimod.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#pragma once
25
26#include <QRegularExpression>
27#include "../types.h"
28#include "../exportinmportconfig.h"
29#include "obopsimodterm.h"
31
32namespace pappso
33{
35{
36 public:
38 ~OboPsiMod();
39
40 private:
43
44 /** @brief starts reading obo file and reports each term with the callback
45 * function
46 */
47 void parse();
48};
49} // namespace pappso
OboPsiModTerm m_term
Definition obopsimod.h:41
OboPsiModHandlerInterface & m_handler
Definition obopsimod.h:42
#define PMSPP_LIB_DECL
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition aa.cpp:39