OpenMS
Loading...
Searching...
No Matches
PoseClusteringAffineSuperimposer.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: Eva Lange, Clemens Groepl $
7// --------------------------------------------------------------------------
8
9
10#pragma once
11
15
16namespace OpenMS
17{
18
41 public BaseSuperimposer
42 {
43public:
44
47
49
52
72 void run(const ConsensusMap & map_model, const ConsensusMap & map_scene, TransformationDescription & transformation) override;
73
75 virtual void run(const std::vector<Peak2D> & map_model, const std::vector<Peak2D> & map_scene, TransformationDescription & transformation);
76
77 };
78} // namespace OpenMS
79
The base class of all superimposer algorithms.
Definition BaseSuperimposer.h:33
A container for consensus elements.
Definition ConsensusMap.h:68
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition PoseClusteringAffineSuperimposer.h:42
virtual void run(const std::vector< Peak2D > &map_model, const std::vector< Peak2D > &map_scene, TransformationDescription &transformation)
Perform alignment on vector of 1D peaks.
~PoseClusteringAffineSuperimposer() override
Destructor.
Definition PoseClusteringAffineSuperimposer.h:50
void run(const ConsensusMap &map_model, const ConsensusMap &map_scene, TransformationDescription &transformation) override
Estimates the transformation and fills the given mapping function. (Has a precondition!...
Generic description of a coordinate transformation.
Definition TransformationDescription.h:37
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19