libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <multiRange.h>
Public Member Functions | |
bool | operator== (const SIMPLE_SPECIES &oth) const |
Public Attributes | |
unsigned int | atomicNumber |
Number of protons (element number) More... | |
unsigned int | count |
Number of copies of this isotope. More... | |
Definition at line 34 of file multiRange.h.
bool AtomProbe::SIMPLE_SPECIES::operator== | ( | const SIMPLE_SPECIES & | oth | ) | const |
Definition at line 112 of file multiRange.cpp.
References atomicNumber, and count.
unsigned int AtomProbe::SIMPLE_SPECIES::atomicNumber |
Number of protons (element number)
Definition at line 37 of file multiRange.h.
Referenced by AtomProbe::computeRangeAdjacency(), AtomProbe::MultiRange::copyDataFromRange(), AtomProbe::leastSquaresOverlapSolve(), AtomProbe::MultiRange::MultiRange(), AtomProbe::MultiRange::open(), AtomProbe::operator<(), and operator==().
unsigned int AtomProbe::SIMPLE_SPECIES::count |
Number of copies of this isotope.
Definition at line 40 of file multiRange.h.
Referenced by AtomProbe::computeRangeAdjacency(), AtomProbe::MultiRange::copyDataFromRange(), AtomProbe::leastSquaresOverlapSolve(), AtomProbe::MultiRange::MultiRange(), AtomProbe::MultiRange::open(), AtomProbe::operator<(), and operator==().