#include <grppeptide.h>
Definition at line 42 of file grppeptide.h.
◆ GrpPeptide()
Definition at line 30 of file grppeptide.cpp.
32{
33}
const pappso_double m_mass
◆ ~GrpPeptide()
GrpPeptide::~GrpPeptide |
( |
| ) |
|
◆ getGroupingId()
const QString GrpPeptide::getGroupingId |
( |
| ) |
const |
◆ getGroupNumber()
unsigned int GrpPeptide::getGroupNumber |
( |
| ) |
const |
◆ getRank()
unsigned int GrpPeptide::getRank |
( |
| ) |
const |
◆ getSequence()
const QString & GrpPeptide::getSequence |
( |
| ) |
const |
◆ operator<()
bool GrpPeptide::operator< |
( |
const GrpPeptide & |
other | ) |
const |
sort grp peptides between each other sorts by peptide LI sequence and mass
Definition at line 39 of file grppeptide.cpp.
41{
43 {
45 }
46 else
47 {
49 }
50}
References m_mass, and m_sequence.
◆ setGroupNumber()
void GrpPeptide::setGroupNumber |
( |
unsigned int |
i | ) |
|
◆ setRank()
void GrpPeptide::setRank |
( |
unsigned int |
i | ) |
|
◆ GrpExperiment
◆ m_groupNumber
unsigned int pappso::GrpPeptide::m_groupNumber = 0 |
|
private |
◆ m_mass
◆ m_rank
unsigned int pappso::GrpPeptide::m_rank = 0 |
|
private |
◆ m_sequence
const QString pappso::GrpPeptide::m_sequence |
|
private |
The documentation for this class was generated from the following files: