104 void updateMembers_()
override;
121 void checkSolution_(
const ConsensusMap& cons_map)
const;
127 void inferMoreEdges_(
PairsType& edges,
Map<
Size, std::set<CmpInfo_> >& feature_adducts);
134 void printEdgesOfConnectedFeatures_(
Size idx_1,
Size idx_2,
const PairsType& feature_relation);
150 bool chargeTestworthy_(
const Int feature_charge,
const Int putative_charge,
const bool other_unchanged)
const;
A container for features.
Definition: FeatureMap.h:93
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Holds information on an edge connecting two features from a (putative) charge ladder.
Definition: Compomer.h:58
A container for consensus elements.
Definition: ConsensusMap.h:75
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
An LC-MS feature.
Definition: Feature.h:70
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Adduct::AdductsType AdductsType
Definition: MassExplainer.h:58
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
std::vector< ChargePair > PairsType
Definition: ILPDCWrapper.h:53
int Int
Signed integer type.
Definition: Types.h:102
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50