35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H 36 #define OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H 87 template <
typename MapType>
96 virtual void updateMembers_();
115 #endif // OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTALGORITHMPOSECLUSTERING_H PoseClusteringAffineSuperimposer superimposer_
Definition: MapAlignmentAlgorithmPoseClustering.h:98
StablePairFinder pairfinder_
Definition: MapAlignmentAlgorithmPoseClustering.h:100
This class implements a pair finding algorithm for consensus features.
Definition: StablePairFinder.h:109
void setReference(const MapType &map)
Sets the reference for the alignment.
Definition: MapAlignmentAlgorithmPoseClustering.h:88
A container for features.
Definition: FeatureMap.h:94
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:71
Int max_num_peaks_considered_
Definition: MapAlignmentAlgorithmPoseClustering.h:104
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition: PoseClusteringAffineSuperimposer.h:67
int Int
Signed integer type.
Definition: Types.h:103
ConsensusMap reference_
Definition: MapAlignmentAlgorithmPoseClustering.h:102
static void convert(UInt64 const input_map_index, PeakMap &input_map, ConsensusMap &output_map, Size n=-1)
Similar to convert for FeatureMaps.