35 #ifndef OPENMS_ANALYSIS_DECHARGING_ILPDCWRAPPER_H    36 #define OPENMS_ANALYSIS_DECHARGING_ILPDCWRAPPER_H    67     double compute(
const FeatureMap fm, PairsType& pairs, 
Size verbose_level) 
const;
    74                          const PairsIndex margin_left,
    75                          const PairsIndex margin_right,
    76                          const Size verbose_level) 
const;
    81                             const PairsIndex margin_left,
    82                             const PairsIndex margin_right,
    83                             const Size verbose_level) 
const;
    86     double getLogScore_(
const PairsType::value_type& pair, 
const FeatureMap& fm) 
const;
    91     void updateFeatureVariant_(FeatureType_& f_set, 
const String& rota_l, 
const Size& v) 
const;
    99 #endif // OPENMS_ANALYSIS_DECHARGING_ILPDCWRAPPER_H PairsType::size_type PairsIndex
Definition: ILPDCWrapper.h:55
 
A more convenient string class. 
Definition: String.h:57
 
Definition: ILPDCWrapper.h:50
 
A container for features. 
Definition: FeatureMap.h:94
 
Map< String, std::set< Size > > FeatureType_
Definition: ILPDCWrapper.h:88
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
size_t Size
Size type e.g. used as variable which can hold result of size() 
Definition: Types.h:128
 
std::vector< ChargePair > PairsType
Definition: ILPDCWrapper.h:54
 
Map class based on the STL map (containing several convenience functions) 
Definition: Map.h:51