35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H
36 #define OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H
79 template <
typename MapType>
95 return "pose_clustering";
100 virtual void updateMembers_();
119 #endif // OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H
PoseClusteringAffineSuperimposer superimposer_
Definition: MapAlignmentAlgorithmPoseClustering.h:102
StablePairFinder pairfinder_
Definition: MapAlignmentAlgorithmPoseClustering.h:104
This class implements a pair finding algorithm for consensus features.
Definition: StablePairFinder.h:107
void setReference(const MapType &map)
Definition: MapAlignmentAlgorithmPoseClustering.h:80
A more convenient string class.
Definition: String.h:56
Base class for all map-alignment algorithms.
Definition: MapAlignmentAlgorithm.h:58
A container for consensus elements.
Definition: ConsensusMap.h:60
A map alignment algorithm based on pose clustering.
Definition: MapAlignmentAlgorithmPoseClustering.h:65
Int max_num_peaks_considered_
Definition: MapAlignmentAlgorithmPoseClustering.h:108
static String getProductName()
Returns the product name (for the Factory)
Definition: MapAlignmentAlgorithmPoseClustering.h:93
Representation of a mass spectrometry experiment.
Definition: MSExperiment.h:68
static void convert(UInt64 const input_map_index, FeatureMap< FeatureT > const &input_map, ConsensusMap &output_map, Size n=-1)
Convert a FeatureMap (of any feature type) to a ConsensusMap.
Definition: ConsensusMap.h:230
static MapAlignmentAlgorithm * create()
Creates a new instance of this class (for Factory)
Definition: MapAlignmentAlgorithmPoseClustering.h:87
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:100
ConsensusMap reference_
Definition: MapAlignmentAlgorithmPoseClustering.h:106