MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / Element

Method Element

src/openms/source/CHEMISTRY/Element.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace OpenMS
20{
21 Element::Element() :
22 name_(OPENMS_CHEMISTRY_ELEMENT_NAME_DEFAULT),
23 symbol_(OPENMS_CHEMISTRY_ELEMENT_SYMBOL_DEFAULT),
24 atomic_number_(OPENMS_CHEMISTRY_ELEMENT_ATOMICNUMBER_DEFAULT),
25 average_weight_(OPENMS_CHEMISTRY_ELEMENT_WEIGHT_DEFAULT),
26 mono_weight_(OPENMS_CHEMISTRY_ELEMENT_WEIGHT_DEFAULT)
27 {
28 }
29
30 Element::Element(const Element & e) = default;
31

Callers 3

FormatJUnitXMLMethod · 0.80
testElementFunction · 0.80
testEmpiricalFormulaFunction · 0.80

Calls 1

Tested by 2

testElementFunction · 0.64
testEmpiricalFormulaFunction · 0.64