60 template <
typename MapType>
64 MapConversion::convert(0, map2, reference_, max_num_peaks_considered_);
A container for consensus elements.
Definition ConsensusMap.h:68
A base class for all classes handling default parameters.
Definition DefaultParamHandler.h:66
A container for features.
Definition FeatureMap.h:82
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
A map alignment algorithm based on pose clustering.
Definition MapAlignmentAlgorithmPoseClustering.h:47
Int max_num_peaks_considered_
Definition MapAlignmentAlgorithmPoseClustering.h:77
ConsensusMap reference_
Definition MapAlignmentAlgorithmPoseClustering.h:75
MapAlignmentAlgorithmPoseClustering()
Default constructor.
PoseClusteringAffineSuperimposer superimposer_
Definition MapAlignmentAlgorithmPoseClustering.h:71
void setReference(const MapType &map)
Sets the reference for the alignment.
Definition MapAlignmentAlgorithmPoseClustering.h:61
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 & operator=(const MapAlignmentAlgorithmPoseClustering &)
Assignment operator intentionally not implemented -> private.
~MapAlignmentAlgorithmPoseClustering() override
Destructor.
void align(const PeakMap &map, TransformationDescription &trafo)
MapAlignmentAlgorithmPoseClustering(const MapAlignmentAlgorithmPoseClustering &)
Copy constructor intentionally not implemented -> private.
StablePairFinder pairfinder_
Definition MapAlignmentAlgorithmPoseClustering.h:73
A superimposer that uses a voting scheme, also known as pose clustering, to find a good affine transf...
Definition PoseClusteringAffineSuperimposer.h:42
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
This class implements a pair finding algorithm for consensus features.
Definition StablePairFinder.h:85
int Int
Signed integer type.
Definition Types.h:72
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19