36 #ifndef OPENMS_ANALYSIS_MAPMATCHING_POSECLUSTERINGAFFINESUPERIMPOSER_H 37 #define OPENMS_ANALYSIS_MAPMATCHING_POSECLUSTERINGAFFINESUPERIMPOSER_H 102 virtual void run(
const std::vector<Peak2D> & map_model,
const std::vector<Peak2D> & map_scene,
TransformationDescription & transformation);
113 return "poseclustering_affine";
119 #endif // OPENMS_ANALYSIS_MAPMATCHING_POSECLUSTERINGAFFINESUPERIMPOSER_H A more convenient string class.
Definition: String.h:57
A container for consensus elements.
Definition: ConsensusMap.h:72
virtual ~PoseClusteringAffineSuperimposer()
Destructor.
Definition: PoseClusteringAffineSuperimposer.h:77
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
The base class of all superimposer algorithms.
Definition: BaseSuperimposer.h:57
static const String getProductName()
Returns the name of this module.
Definition: PoseClusteringAffineSuperimposer.h:111
static BaseSuperimposer * create()
Returns an instance of this class.
Definition: PoseClusteringAffineSuperimposer.h:105
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition: PoseClusteringAffineSuperimposer.h:67