38 #include <OpenMS/OpenMSConfig.h> 83 Size getMapIndex()
const;
86 Size getFeatureIndex()
const;
92 const std::set<AASequence>& getAnnotations()
const;
std::set< AASequence > annotations_
Set of peptide sequences annotated to the feature.
Definition: GridFeature.h:65
Size map_index_
Index of the feature map or consensus map.
Definition: GridFeature.h:59
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
A basic LC-MS feature.
Definition: BaseFeature.h:55
Representation of a feature in a hash grid.
Definition: GridFeature.h:52
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Size feature_index_
Index of the feature in the map.
Definition: GridFeature.h:62
int Int
Signed integer type.
Definition: Types.h:102
const BaseFeature & feature_
Reference to the contained feature.
Definition: GridFeature.h:56