#include <CocoaMaterialElementary.h>
Public Member Functions | |
CocoaMaterialElementary (ALIstring name, float density, ALIstring symbol, float A, ALIint Z) | |
float | getA () const |
float | getDensity () const |
ALIstring | getName () const |
ALIstring | getSymbol () const |
ALIint | getZ () const |
ALIbool | operator== (const CocoaMaterialElementary &mate) const |
~CocoaMaterialElementary () | |
Private Attributes | |
float | theA |
float | theDensity |
ALIstring | theName |
ALIstring | theSymbol |
ALIint | theZ |
Definition at line 16 of file CocoaMaterialElementary.h.
CocoaMaterialElementary::CocoaMaterialElementary | ( | ALIstring | name, |
float | density, | ||
ALIstring | symbol, | ||
float | A, | ||
ALIint | Z | ||
) |
Definition at line 14 of file CocoaMaterialElementary.cc.
|
inline |
Definition at line 22 of file CocoaMaterialElementary.h.
|
inline |
Definition at line 30 of file CocoaMaterialElementary.h.
References theA.
Referenced by operator==().
|
inline |
Definition at line 26 of file CocoaMaterialElementary.h.
References theDensity.
Referenced by operator==().
|
inline |
|
inline |
Definition at line 28 of file CocoaMaterialElementary.h.
References theSymbol.
Referenced by operator==().
|
inline |
Definition at line 32 of file CocoaMaterialElementary.h.
References theZ.
Referenced by operator==().
ALIbool CocoaMaterialElementary::operator== | ( | const CocoaMaterialElementary & | mate | ) | const |
Definition at line 24 of file CocoaMaterialElementary.cc.
References funct::abs(), getA(), getDensity(), getSymbol(), getZ(), theA, theDensity, theSymbol, and theZ.
|
private |
Definition at line 42 of file CocoaMaterialElementary.h.
Referenced by getA(), and operator==().
|
private |
Definition at line 40 of file CocoaMaterialElementary.h.
Referenced by getDensity(), and operator==().
|
private |
Definition at line 39 of file CocoaMaterialElementary.h.
Referenced by getName().
|
private |
Definition at line 41 of file CocoaMaterialElementary.h.
Referenced by getSymbol(), and operator==().
|
private |
Definition at line 43 of file CocoaMaterialElementary.h.
Referenced by getZ(), and operator==().