35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMUNLABELED_H 
   36 #define OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMUNLABELED_H 
   77     template <
typename MapType>
 
   88       return pairfinder_input_[0];
 
  108     void addToGroup(
int map_id, 
const FeatureMap<> & feature_map);
 
  141 #endif // OPENMS_ANALYSIS_MAPMATCHING_FEATUREGROUPINGALGORITHMUNLABELED_H 
std::vector< ConsensusMap > pairfinder_input_
Definition: FeatureGroupingAlgorithmUnlabeled.h:130
A more convenient string class. 
Definition: String.h:56
ConsensusMap & getResultMap()
Returns the computed consensus map (after calling addToGroup with all maps) 
Definition: FeatureGroupingAlgorithmUnlabeled.h:86
A container for consensus elements. 
Definition: ConsensusMap.h:60
void setReference(int map_id, const MapType &map)
Sets the reference map for the algorithm. 
Definition: FeatureGroupingAlgorithmUnlabeled.h:78
A map feature grouping algorithm for unlabeled data. 
Definition: FeatureGroupingAlgorithmUnlabeled.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: FeatureGroupingAlgorithmUnlabeled.h:111
static void convert(UInt64 const input_map_index, FeatureMap< FeatureT > const &input_map, ConsensusMap &output_map, Size n=-1)
Convert a FeatureMap (of any feature type) to a ConsensusMap. 
Definition: ConsensusMap.h:230
static String getProductName()
Returns the product name (for the Factory) 
Definition: FeatureGroupingAlgorithmUnlabeled.h:117