52 template <
typename MapType>
55 MapConversion::convert(map_id, map, pairfinder_input_[0]);
63 return pairfinder_input_[0];
A container for consensus elements.
Definition ConsensusMap.h:68
A map feature grouping algorithm for unlabeled data.
Definition FeatureGroupingAlgorithmUnlabeled.h:37
FeatureGroupingAlgorithmUnlabeled(const FeatureGroupingAlgorithmUnlabeled &)
Copy constructor intentionally not implemented -> private.
~FeatureGroupingAlgorithmUnlabeled() override
Destructor.
FeatureGroupingAlgorithmUnlabeled & operator=(const FeatureGroupingAlgorithmUnlabeled &)
Assignment operator intentionally not implemented -> private.
std::vector< ConsensusMap > pairfinder_input_
Definition FeatureGroupingAlgorithmUnlabeled.h:93
void setReference(int map_id, const MapType &map)
Sets the reference map for the algorithm.
Definition FeatureGroupingAlgorithmUnlabeled.h:53
ConsensusMap & getResultMap()
Returns the computed consensus map (after calling addToGroup with all maps)
Definition FeatureGroupingAlgorithmUnlabeled.h:61
FeatureGroupingAlgorithmUnlabeled()
Default constructor.
void addToGroup(int map_id, const FeatureMap &feature_map)
Adds one map to the group.
void group(const std::vector< FeatureMap > &maps, ConsensusMap &out) override
Applies the algorithm.
Base class for all feature grouping algorithms.
Definition FeatureGroupingAlgorithm.h:25
A container for features.
Definition FeatureMap.h:82
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19