112 return "poseclustering_affine";
The base class of all superimposer algorithms.
Definition: BaseSuperimposer.h:59
A container for consensus elements.
Definition: ConsensusMap.h:88
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition: PoseClusteringAffineSuperimposer.h:68
static BaseSuperimposer * create()
Returns an instance of this class.
Definition: PoseClusteringAffineSuperimposer.h:104
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:76
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!...
PoseClusteringAffineSuperimposer()
Default ctor.
static const String getProductName()
Returns the name of this module.
Definition: PoseClusteringAffineSuperimposer.h:110
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47