35 #ifndef OPENMS_DATASTRUCTURES_GRIDFEATURE_H 36 #define OPENMS_DATASTRUCTURES_GRIDFEATURE_H 39 #include <OpenMS/OpenMSConfig.h> 84 Size getMapIndex()
const;
87 Size getFeatureIndex()
const;
93 const std::set<AASequence>& getAnnotations()
const;
103 #endif // OPENMS_DATASTRUCTURES_GRIDFEATURE_H std::set< AASequence > annotations_
Set of peptide sequences annotated to the feature.
Definition: GridFeature.h:66
Size map_index_
Index of the feature map or consensus map.
Definition: GridFeature.h:60
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
A basic LC-MS feature.
Definition: BaseFeature.h:56
Representation of a feature in a hash grid.
Definition: GridFeature.h:53
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
Size feature_index_
Index of the feature in the map.
Definition: GridFeature.h:63
int Int
Signed integer type.
Definition: Types.h:103
const BaseFeature & feature_
Reference to the contained feature.
Definition: GridFeature.h:57