libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <abundance.h>
Public Attributes | |
std::string | symbol |
size_t | massNumber |
size_t | atomicNumber |
float | mass |
float | massError |
float | abundance |
float | abundanceError |
Definition at line 42 of file abundance.h.
float AtomProbe::ISOTOPE_ENTRY::abundance |
Definition at line 49 of file abundance.h.
Referenced by AtomProbe::filterBySolutionPPM(), and AtomProbe::AbundanceData::open().
float AtomProbe::ISOTOPE_ENTRY::abundanceError |
Definition at line 50 of file abundance.h.
Referenced by AtomProbe::AbundanceData::open().
size_t AtomProbe::ISOTOPE_ENTRY::atomicNumber |
Definition at line 46 of file abundance.h.
Referenced by AtomProbe::MultiRange::copyDataFromRange(), AtomProbe::AbundanceData::elementName(), and AtomProbe::AbundanceData::open().
float AtomProbe::ISOTOPE_ENTRY::mass |
Definition at line 47 of file abundance.h.
Referenced by AtomProbe::AbundanceData::elementName(), AtomProbe::maxExplainedFraction(), and AtomProbe::AbundanceData::open().
float AtomProbe::ISOTOPE_ENTRY::massError |
Definition at line 48 of file abundance.h.
Referenced by AtomProbe::AbundanceData::open().
size_t AtomProbe::ISOTOPE_ENTRY::massNumber |
Definition at line 45 of file abundance.h.
Referenced by AtomProbe::AbundanceData::open().
std::string AtomProbe::ISOTOPE_ENTRY::symbol |
Definition at line 44 of file abundance.h.
Referenced by AtomProbe::AbundanceData::open().