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