Representation of a feature in a hash grid.
More...
#include <OpenMS/DATASTRUCTURES/GridFeature.h>
Representation of a feature in a hash grid.
A GridFeature can be stored in a HashGrid and points to a BaseFeature (Feature or ConsensusFeature). Used for QT feature grouping (see QTClusterFinder).
◆ GridFeature()
Detailed constructor.
- Parameters
-
feature | Reference to the contained feature |
map_index | Index of the feature map or consensus map |
feature_index | Index of the feature in the map |
◆ ~GridFeature()
◆ getAnnotations()
const std::set<AASequence>& getAnnotations |
( |
| ) |
const |
Returns the set of peptide sequences annotated to the cluster center.
◆ getFeature()
◆ getFeatureIndex()
Size getFeatureIndex |
( |
| ) |
const |
Returns the feature index.
◆ getID()
Returns the ID of the GridFeature (same as the feature index)
◆ getMapIndex()
Size getMapIndex |
( |
| ) |
const |
◆ getMZ()
◆ getRT()
◆ annotations_
Set of peptide sequences annotated to the feature.
◆ feature_
Reference to the contained feature.
◆ feature_index_
Index of the feature in the map.
◆ map_index_
Index of the feature map or consensus map.