35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMQT_H 
   36 #define OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMQT_H 
   67     virtual void group(
const std::vector<
FeatureMap<> > & maps,
 
   74     virtual void group(
const std::vector<ConsensusMap> & maps,
 
   86       return "unlabeled_qt";
 
  101     template <
typename MapType>
 
  102     void group_(
const std::vector<MapType> & maps,
 
  108 #endif // OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMQT_H 
A more convenient string class. 
Definition: String.h:56
A container for consensus elements. 
Definition: ConsensusMap.h:60
Base class for all feature grouping algorithms. 
Definition: FeatureGroupingAlgorithm.h:50
static FeatureGroupingAlgorithm * create()
Creates a new instance of this class (for Factory) 
Definition: FeatureGroupingAlgorithmQT.h:78
static String getProductName()
Returns the product name (for the Factory) 
Definition: FeatureGroupingAlgorithmQT.h:84
A feature grouping algorithm for unlabeled data. 
Definition: FeatureGroupingAlgorithmQT.h:53