101 virtual void run(
const std::vector<Peak2D> & map_model,
const std::vector<Peak2D> & map_scene,
TransformationDescription & transformation);
112 return "poseclustering_affine";
A more convenient string class.
Definition: String.h:57
A container for consensus elements.
Definition: ConsensusMap.h:75
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The base class of all superimposer algorithms.
Definition: BaseSuperimposer.h:56
static const String getProductName()
Returns the name of this module.
Definition: PoseClusteringAffineSuperimposer.h:110
static BaseSuperimposer * create()
Returns an instance of this class.
Definition: PoseClusteringAffineSuperimposer.h:104
~PoseClusteringAffineSuperimposer() override
Destructor.
Definition: PoseClusteringAffineSuperimposer.h:76
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition: PoseClusteringAffineSuperimposer.h:66