58 std::unique_ptr<Painter2DBase> getPainter2D()
const override;
60 std::unique_ptr<LayerData1DBase>
to1DLayer()
const override 66 std::unique_ptr<LayerStoreData> storeVisibleData(
const RangeAllType& visible_range,
const DataFilters& layer_filters)
const override;
68 std::unique_ptr<LayerStoreData> storeFullData()
const override;
82 features_->updateRanges();
88 r.
assign(*getFeatureMap());
92 std::unique_ptr<LayerStatistics> getStats()
const override;
94 bool annotate(
const std::vector<PeptideIdentification>& identifications,
const std::vector<ProteinIdentification>& protein_identifications)
override;
98 return getFeatureMap()->getUnassignedPeptideIdentifications();
102 return getFeatureMap()->getUnassignedPeptideIdentifications();
107 getFeatureMap()->getUnassignedPeptideIdentifications() = ids;
111 getFeatureMap()->getUnassignedPeptideIdentifications() = std::move(ids);
Abstract base class which defines an interface for PeptideIdentifications.
Definition: IPeptideIds.h:48
ProjectionData getProjection(const DIM_UNIT, const DIM_UNIT, const RangeAllType &) const override
Definition: LayerDataFeature.h:70
A container for features.
Definition: FeatureMap.h:98
void setPeptideIds(const PepIds &ids) override
overwrite the peptide IDs for this layer
Definition: LayerDataFeature.h:105
void updateRanges() override
Update ranges of the underlying data.
Definition: LayerDataFeature.h:80
void setPeptideIds(PepIds &&ids) override
Definition: LayerDataFeature.h:109
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
DIM_UNIT
Definition: CommonEnums.h:45
FeatureMapSharedPtrType & getFeatureMap()
Returns a const reference to the current feature data.
Definition: LayerDataFeature.h:122
std::unique_ptr< LayerData1DBase > to1DLayer() const override
Create a shallow copy (i.e. shared experimental data using shared_ptr) of the current layer...
Definition: LayerDataFeature.h:60
Result of computing a projection on X and Y axis in a 2D Canvas; see LayerDataBase::getProjection() ...
Definition: LayerDataBase.h:76
auto & assign(const RangeManager< RangeBasesOther... > &rhs)
Definition: RangeManager.h:612
RangeAllType getRange() const override
Definition: LayerDataFeature.h:85
PepIds & getPeptideIds() override
Definition: LayerDataFeature.h:100
Class that stores the data for one layer of type FeatureMap.
Definition: LayerDataFeature.h:48
const FeatureMapSharedPtrType & getFeatureMap() const
Returns a const reference to the current feature data.
Definition: LayerDataFeature.h:116
boost::shared_ptr< FeatureMap > FeatureMapSharedPtrType
SharedPtr on feature map.
Definition: LayerDataBase.h:140
DataFilter array providing some convenience functions.
Definition: DataFilters.h:52
const PepIds & getPeptideIds() const override
get the peptide IDs for this layer
Definition: LayerDataFeature.h:96
Not implemented exception.
Definition: Exception.h:428
Class that stores the data for one layer.
Definition: LayerDataBase.h:194
std::vector< PeptideIdentification > PepIds
Definition: IPeptideIds.h:51
Index of a peak or feature.
Definition: PeakIndex.h:50