ProteoWizard
|
Implementation of PeptideHypothesisType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
bool | empty () const |
Public Attributes | |
PeptideEvidencePtr | peptideEvidencePtr |
std::vector < SpectrumIdentificationItemPtr > | spectrumIdentificationItemPtr |
Implementation of PeptideHypothesisType from the mzIdentML schema.
Peptide evidence on which this ProteinHypothesis is based by reference to a PeptideEvidence element.
Definition at line 806 of file IdentData.hpp.
bool pwiz::identdata::PeptideHypothesis::empty | ( | ) | const |
PeptideEvidencePtr pwiz::identdata::PeptideHypothesis::peptideEvidencePtr |
Definition at line 808 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testPeptideHypothesis().
std::vector<SpectrumIdentificationItemPtr> pwiz::identdata::PeptideHypothesis::spectrumIdentificationItemPtr |
Definition at line 809 of file IdentData.hpp.
Referenced by pwiz::identdata::TextWriter::operator()(), and testPeptideHypothesis().