63 std::unique_ptr<Painter1DBase> getPainter1D()
const override;
75 r.extendRT(pep.getRT());
76 r.extendMZ(pep.getMZ());
81 std::unique_ptr<LayerStatistics> getStats()
const override;
98 peptides_ = std::move(ids);
Abstract base class which defines an interface for PeptideIdentifications.
Definition: IPeptideIds.h:48
std::vector< PeptideIdentification > peptides_
peptide identifications
Definition: LayerDataIdent.h:103
LayerDataIdent()
Default constructor.
Definition: LayerDataIdent.h:52
RangeAllType getRange() const override
Definition: LayerDataIdent.h:70
virtual void setPeptideIds(PepIds &&ids) override
Definition: LayerDataIdent.h:96
virtual PepIds & getPeptideIds() override
Definition: LayerDataIdent.h:87
void updateRanges() override
Update ranges of the underlying data.
Definition: LayerDataIdent.h:65
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
virtual const PepIds & getPeptideIds() const override
get the peptide IDs for this layer
Definition: LayerDataIdent.h:83
virtual void setPeptideIds(const PepIds &ids) override
overwrite the peptide IDs for this layer
Definition: LayerDataIdent.h:92
Class that stores the data for one layer of type PeptideIdentifications.
Definition: LayerDataIdent.h:48
Class that stores the data for one layer.
Definition: LayerDataBase.h:97
std::vector< PeptideIdentification > PepIds
Definition: IPeptideIds.h:51
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63