49 class IsotopeDistribution;
50 class IsotopePatternGenerator;
51 class CoarseIsotopePatternGenerator;
86 typedef std::map<const Element*, SignedSize>
MapType_;
128 double getMonoWeight()
const;
132 double getAverageWeight()
const;
135 double calculateTheoreticalIsotopesNumber()
const;
150 bool estimateFromWeightAndComp(
double average_weight,
double C,
double H,
double N,
double O,
double S,
double P);
166 bool estimateFromWeightAndCompAndS(
double average_weight,
UInt S,
double C,
double H,
double N,
double O,
double P);
189 const std::set<UInt>& precursor_isotopes,
208 std::map<std::string, int> toMap()
const;
241 bool isEmpty()
const;
245 bool isCharged()
const;
248 bool hasElement(
const Element* element)
const;
282 void removeZeroedElements_();
288 SignedSize parseFormula_(std::map<const Element*, SignedSize>& ef,
const String& formula)
const;
A more convenient string class.
Definition: String.h:58
Isotope pattern generator for coarse isotope distributions.
Definition: CoarseIsotopePatternGenerator.h:96
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Definition: IsotopeDistribution.h:72
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
ptrdiff_t SignedSize
Signed Size type e.g. used as pointer difference.
Definition: Types.h:134
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
bool operator<(const MultiplexDeltaMasses &dm1, const MultiplexDeltaMasses &dm2)
Representation of an element.
Definition: Element.h:53
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
DPosition< D, TCoordinateType > operator*(DPosition< D, TCoordinateType > position, typename DPosition< D, TCoordinateType >::CoordinateType scalar)
Scalar multiplication (a bit inefficient)
Definition: DPosition.h:420
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String toString(T i)
toString functions (single argument)
Definition: StringUtils.h:68
Provides an interface for different isotope pattern generator methods.
Definition: IsotopePatternGenerator.h:55