35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMIDENTIFICATION_H
36 #define OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMIDENTIFICATION_H
71 group(
const std::vector<FeatureMap > & maps,
ConsensusMap & out);
84 return "identification";
99 #endif // OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMIDENTIFICATION_H
A more convenient string class.
Definition: String.h:57
static FeatureGroupingAlgorithm * create()
Creates a new instance of this class (for Factory)
Definition: FeatureGroupingAlgorithmIdentification.h:75
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Base class for all feature grouping algorithms.
Definition: FeatureGroupingAlgorithm.h:50
A map feature grouping algorithm for identified features.
Definition: FeatureGroupingAlgorithmIdentification.h:54
static String getProductName()
Returns the product name (for the Factory)
Definition: FeatureGroupingAlgorithmIdentification.h:82