|  | OpenMS
    2.6.0
    | 
This class collects functions for applying retention time transformations to data structures. More...
#include <OpenMS/ANALYSIS/MAPMATCHING/MapAlignmentTransformer.h>
| Static Public Member Functions | |
| static void | transformRetentionTimes (PeakMap &msexp, const TransformationDescription &trafo, bool store_original_rt=false) | 
| Applies the given transformation to a peak map.  More... | |
| static void | transformRetentionTimes (FeatureMap &fmap, const TransformationDescription &trafo, bool store_original_rt=false) | 
| Applies the given transformation to a feature map.  More... | |
| static void | transformRetentionTimes (ConsensusMap &cmap, const TransformationDescription &trafo, bool store_original_rt=false) | 
| Applies the given transformation to a consensus map.  More... | |
| static void | transformRetentionTimes (std::vector< PeptideIdentification > &pep_ids, const TransformationDescription &trafo, bool store_original_rt=false) | 
| Applies the given transformation to peptide identifications.  More... | |
| Static Private Member Functions | |
| static void | applyToFeature_ (Feature &feature, const TransformationDescription &trafo, bool store_original_rt=false) | 
| Applies a transformation to a feature.  More... | |
| static void | applyToBaseFeature_ (BaseFeature &feature, const TransformationDescription &trafo, bool store_original_rt=false) | 
| Applies a transformation to a basic feature.  More... | |
| static void | applyToConsensusFeature_ (ConsensusFeature &feature, const TransformationDescription &trafo, bool store_original_rt=false) | 
| Applies a transformation to a consensus feature.  More... | |
| static bool | storeOriginalRT_ (MetaInfoInterface &meta_info, double original_rt) | 
| Stores the original RT in a meta value.  More... | |
This class collects functions for applying retention time transformations to data structures.
| 
 | staticprivate | 
Applies a transformation to a basic feature.
| 
 | staticprivate | 
Applies a transformation to a consensus feature.
| 
 | staticprivate | 
Applies a transformation to a feature.
| 
 | staticprivate | 
Stores the original RT in a meta value.
The original RT is written to a meta value "original_RT", but only if that meta value doesn't already exist.
| 
 | static | 
Applies the given transformation to a consensus map.
| 
 | static | 
Applies the given transformation to a feature map.
| 
 | static | 
Applies the given transformation to a peak map.
| 
 | static | 
Applies the given transformation to peptide identifications.
 1.8.16
 1.8.16