A container for consensus elements.
Definition: ConsensusMap.h:88
A map feature grouping algorithm for labeling techniques with two labels.
Definition: FeatureGroupingAlgorithmLabeled.h:52
FeatureGroupingAlgorithmLabeled()
Default constructor.
~FeatureGroupingAlgorithmLabeled() override
Destructor.
FeatureGroupingAlgorithmLabeled(const FeatureGroupingAlgorithmLabeled &)
Copy constructor is not implemented -> private.
static String getProductName()
Returns the product name (for the Factory)
Definition: FeatureGroupingAlgorithmLabeled.h:78
FeatureGroupingAlgorithmLabeled & operator=(const FeatureGroupingAlgorithmLabeled &)
Assignment operator is not implemented -> private.
static FeatureGroupingAlgorithm * create()
Creates a new instance of this class (for Factory)
Definition: FeatureGroupingAlgorithmLabeled.h:72
void group(const std::vector< FeatureMap > &maps, ConsensusMap &out) override
Applies the algorithm.
Base class for all feature grouping algorithms.
Definition: FeatureGroupingAlgorithm.h:51
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47