35 #ifndef OPENMS_DATASTRUCTURES_GRIDFEATURE_H
36 #define OPENMS_DATASTRUCTURES_GRIDFEATURE_H
81 Size getMapIndex()
const;
84 Size getFeatureIndex()
const;
90 const std::set<AASequence> & getAnnotations()
const;
100 #endif // OPENMS_DATASTRUCTURES_GRIDFEATURE_H
std::set< AASequence > annotations_
Set of peptide sequences annotated to the feature.
Definition: GridFeature.h:63
Size map_index_
Index of the feature map or consensus map.
Definition: GridFeature.h:57
A basic LC-MS feature.
Definition: BaseFeature.h:55
Representation of a feature in a hash grid.
Definition: GridFeature.h:50
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:144
Size feature_index_
Index of the feature in the map.
Definition: GridFeature.h:60
int Int
Signed integer type.
Definition: Types.h:100
const BaseFeature & feature_
Reference to the contained feature.
Definition: GridFeature.h:54