OpenMS
FeatureGroupingAlgorithmQT.h
Go to the documentation of this file.
1 // Copyright (c) 2002-present, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Hendrik Weisser $
6 // $Authors: Steffen Sass, Hendrik Weisser $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
12 
13 namespace OpenMS
14 {
27  class OPENMS_DLLAPI FeatureGroupingAlgorithmQT :
29  {
30 public:
33 
36 
44  void group(const std::vector<FeatureMap>& maps, ConsensusMap& out) override;
45 
53  void group(const std::vector<ConsensusMap>& maps,
54  ConsensusMap& out) override;
55 
56 private:
57 
60 
63 
71  template <typename MapType>
72  void group_(const std::vector<MapType>& maps, ConsensusMap& out);
73  };
74 
75 } // namespace OpenMS
76 
A container for consensus elements.
Definition: ConsensusMap.h:66
A feature grouping algorithm for unlabeled data.
Definition: FeatureGroupingAlgorithmQT.h:29
void group_(const std::vector< MapType > &maps, ConsensusMap &out)
Applies the algorithm to feature or consensus maps.
~FeatureGroupingAlgorithmQT() override
Destructor.
FeatureGroupingAlgorithmQT & operator=(const FeatureGroupingAlgorithmQT &)
Assignment operator intentionally not implemented -> private.
FeatureGroupingAlgorithmQT()
Default constructor.
FeatureGroupingAlgorithmQT(const FeatureGroupingAlgorithmQT &)
Copy constructor intentionally not implemented -> private.
void group(const std::vector< ConsensusMap > &maps, ConsensusMap &out) override
Applies the algorithm to consensus maps.
void group(const std::vector< FeatureMap > &maps, ConsensusMap &out) override
Applies the algorithm to feature maps.
Base class for all feature grouping algorithms.
Definition: FeatureGroupingAlgorithm.h:25
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19