35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H
36 #define OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H
81 template <
typename MapType>
97 return "pose_clustering";
102 virtual void updateMembers_();
121 #endif // OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H
PoseClusteringAffineSuperimposer superimposer_
Definition: MapAlignmentAlgorithmPoseClustering.h:104
StablePairFinder pairfinder_
Definition: MapAlignmentAlgorithmPoseClustering.h:106
This class implements a pair finding algorithm for consensus features.
Definition: StablePairFinder.h:109
void setReference(const MapType &map)
Definition: MapAlignmentAlgorithmPoseClustering.h:82
A more convenient string class.
Definition: String.h:57
A container for features.
Definition: FeatureMap.h:93
Base class for all map-alignment algorithms.
Definition: MapAlignmentAlgorithm.h:58
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
A map alignment algorithm based on pose clustering.
Definition: MapAlignmentAlgorithmPoseClustering.h:67
Int max_num_peaks_considered_
Definition: MapAlignmentAlgorithmPoseClustering.h:110
static String getProductName()
Returns the product name (for the Factory)
Definition: MapAlignmentAlgorithmPoseClustering.h:95
static void convert(UInt64 const input_map_index, MSExperiment<> &input_map, ConsensusMap &output_map, Size n=-1)
Similar to convert for FeatureMaps.
static MapAlignmentAlgorithm * create()
Creates a new instance of this class (for Factory)
Definition: MapAlignmentAlgorithmPoseClustering.h:89
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition: PoseClusteringAffineSuperimposer.h:65
int Int
Signed integer type.
Definition: Types.h:96
ConsensusMap reference_
Definition: MapAlignmentAlgorithmPoseClustering.h:108