35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_TRANSFORMATIONDESCRIPTION_H    36 #define OPENMS_ANALYSIS_MAPMATCHING_TRANSFORMATIONDESCRIPTION_H    93     double apply(
double value) 
const;
    96     const String& getModelType() 
const;
   106     void setDataPoints(
const DataPoints& data);
   109     const DataPoints& getDataPoints() 
const;
   112     const Param& getModelParameters() 
const;
   124     void getDeviations(std::vector<double>& diffs, 
bool do_apply = 
false,
   125                        bool do_sort = 
true) 
const;
   128     void printSummary(std::ostream& os = std::cout) 
const;
   141 #endif // OPENMS_ANALYSIS_MAPMATCHING_TRANSFORMATIONDESCRIPTION_H A more convenient string class. 
Definition: String.h:57
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
std::vector< String > StringList
Vector of String. 
Definition: ListUtils.h:74
 
Management and storage of parameters / INI files. 
Definition: Param.h:75