libatomprobe
Library for Atom Probe Tomography (APT) computation
|
Placeholder class for containing input weights for MassTool. More...
#include <massTool.h>
Public Member Functions | |
Weight () | |
Weight (float m, size_t uniqId=0) | |
bool | operator== (const Weight &b) const |
bool | operator< (const Weight &b) const |
Public Attributes | |
float | mass |
size_t | uniqueId |
Placeholder class for containing input weights for MassTool.
Definition at line 29 of file massTool.h.
|
inline |
Definition at line 32 of file massTool.h.
|
inline |
Definition at line 33 of file massTool.h.
|
inline |
Definition at line 39 of file massTool.h.
References mass.
|
inline |
Definition at line 38 of file massTool.h.
float AtomProbe::Weight::mass |
Definition at line 35 of file massTool.h.
Referenced by main(), operator<(), operator==(), printSolution(), and Weight().
size_t AtomProbe::Weight::uniqueId |
Definition at line 36 of file massTool.h.
Referenced by main(), operator==(), printSolution(), and Weight().