86 template <
typename MapType>
A container for consensus elements.
Definition: ConsensusMap.h:88
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
A container for features.
Definition: FeatureMap.h:105
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
A map alignment algorithm based on pose clustering.
Definition: MapAlignmentAlgorithmPoseClustering.h:73
Int max_num_peaks_considered_
Definition: MapAlignmentAlgorithmPoseClustering.h:103
ConsensusMap reference_
Definition: MapAlignmentAlgorithmPoseClustering.h:101
MapAlignmentAlgorithmPoseClustering()
Default constructor.
PoseClusteringAffineSuperimposer superimposer_
Definition: MapAlignmentAlgorithmPoseClustering.h:97
void setReference(const MapType &map)
Sets the reference for the alignment.
Definition: MapAlignmentAlgorithmPoseClustering.h:87
void align(const FeatureMap &map, TransformationDescription &trafo)
void align(const ConsensusMap &map, TransformationDescription &trafo)
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
~MapAlignmentAlgorithmPoseClustering() override
Destructor.
void align(const PeakMap &map, TransformationDescription &trafo)
MapAlignmentAlgorithmPoseClustering(const MapAlignmentAlgorithmPoseClustering &)
Copy constructor intentionally not implemented -> private.
StablePairFinder pairfinder_
Definition: MapAlignmentAlgorithmPoseClustering.h:99
MapAlignmentAlgorithmPoseClustering & operator=(const MapAlignmentAlgorithmPoseClustering &)
Assignment operator intentionally not implemented -> private.
static void convert(UInt64 const input_map_index, PeakMap &input_map, ConsensusMap &output_map, Size n=-1)
Similar to convert for FeatureMaps.
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition: PoseClusteringAffineSuperimposer.h:68
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
This class implements a pair finding algorithm for consensus features.
Definition: StablePairFinder.h:111
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47