libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
peptidelabel.cpp
Go to the documentation of this file.
1/**
2 * \file pappsomspp/masschroq/peptidelabel.h
3 * \date 09/01/2025
4 * \author Olivier Langella
5 * \brief peptide label model in masschroqlite
6 */
7
8/*******************************************************************************
9 * Copyright (c) 2025 Olivier Langella
10 *<Olivier.Langella@universite-paris-saclay.fr>.
11 *
12 * This file is part of MassChroQ.
13 *
14 * MassChroQ is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation, either version 3 of the License, or
17 * (at your option) any later version.
18 *
19 * MassChroQ is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with MassChroQ. If not, see <http://www.gnu.org/licenses/>.
26 *
27 ******************************************************************************/
28
29
30#include "peptidelabel.h"
32
34 const pappso::masschroq::Peptide *parent_peptide_p,
35 const QString &label)
36 : PeptideBase(labelled_peptide_p), mp_mcqlPeptide(parent_peptide_p)
37{
38 m_label = label;
39}
40
46
47const QString &
52
PeptideBase(const pappso::PeptideSp &peptide_sp)
pappso::PeptideNaturalIsotopeList * mpa_peptideNaturalIsotopeList
Definition peptidebase.h:89
const QString & getLabel() const
PeptideLabel(const pappso::PeptideSp &labelled_peptide_p, const Peptide *parent_peptide_p, const QString &label)
std::shared_ptr< const Peptide > PeptideSp