50 class IsotopeDistribution;
51 class IsotopePatternGenerator;
52 class CoarseIsotopePatternGenerator;
86 typedef std::map<const Element*, SignedSize>
MapType_;
127 double getMonoWeight()
const;
131 double getAverageWeight()
const;
134 double calculateTheoreticalIsotopesNumber()
const;
149 bool estimateFromWeightAndComp(
double average_weight,
double C,
double H,
double N,
double O,
double S,
double P);
165 bool estimateFromWeightAndCompAndS(
double average_weight,
UInt S,
double C,
double H,
double N,
double O,
double P);
205 std::map<std::string, int> toMap()
const;
234 bool isEmpty()
const;
238 bool isCharged()
const;
241 bool hasElement(
const Element* element)
const;
275 void removeZeroedElements_();
281 SignedSize parseFormula_(std::map<const Element*, SignedSize>& ef,
const String& formula)
const;
A more convenient string class.
Definition: String.h:57
Isotope pattern generator for coarse isotope distributions.
Definition: CoarseIsotopePatternGenerator.h:88
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