OpenMS
Loading...
Searching...
No Matches
FeatureGroupingAlgorithmLabeled.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: Marc Sturm $
7// --------------------------------------------------------------------------
8
9#pragma once
10
12
13namespace OpenMS
14{
53
54} // namespace OpenMS
55
A container for consensus elements.
Definition ConsensusMap.h:68
A map feature grouping algorithm for labeling techniques with two labels.
Definition FeatureGroupingAlgorithmLabeled.h:26
FeatureGroupingAlgorithmLabeled()
Default constructor.
~FeatureGroupingAlgorithmLabeled() override
Destructor.
FeatureGroupingAlgorithmLabeled(const FeatureGroupingAlgorithmLabeled &)
Copy constructor is not implemented -> private.
FeatureGroupingAlgorithmLabeled & operator=(const FeatureGroupingAlgorithmLabeled &)
Assignment operator is not implemented -> private.
void group(const std::vector< FeatureMap > &maps, ConsensusMap &out) override
Applies the algorithm.
Base class for all feature grouping algorithms.
Definition FeatureGroupingAlgorithm.h:25
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19