cloudy
trunk
|
#include <abund.h>
Public Member Functions | |
void | init () |
int | getNiso () |
void | setData (int Anum, realnum nmass, realnum nspin, realnum nmagmom) |
int | getAiso (int iso) |
realnum | getMass (int Anum) |
realnum | getSpin (int Anum) |
realnum | getMagMom (int Anum) |
int | setAbn (int Anum, realnum abn) |
realnum | getAbn (int Anum) |
void | normAbn () |
bool | isAnyIllegal (void) |
void | prtIso (FILE *fp) |
void | prtIsoPairs (FILE *fp) |
void | rm_nuc_data () |
Private Member Functions | |
int | getIsoInd (int Anum) |
Private Attributes | |
int | Niso |
vector< int > | Aiso |
vector< realnum > | abnd |
vector< realnum > | mass |
vector< realnum > | spin |
vector< realnum > | magmom |
|
inline |
Definition at line 121 of file abund.h.
References abnd, and getIsoInd().
Referenced by HyperfineCreate(), ParseElement(), and SetIsotopeFractions().
|
inline |
Definition at line 79 of file abund.h.
Referenced by SetIsotopeFractions().
|
inlineprivate |
|
inline |
Definition at line 104 of file abund.h.
References getIsoInd(), and magmom.
Referenced by HyperfineCreate().
|
inline |
Definition at line 86 of file abund.h.
References getIsoInd(), and mass.
Referenced by SetIsotopeFractions().
|
inline |
Definition at line 66 of file abund.h.
References Niso.
Referenced by ParseAbundances(), ParseElement(), and SetIsotopeFractions().
|
inline |
Definition at line 94 of file abund.h.
References getIsoInd(), and spin.
Referenced by HyperfineCreate().
|
inline |
|
inline |
Definition at line 145 of file abund.h.
Referenced by ParseAbundances(), and ParseElement().
|
inline |
Definition at line 130 of file abund.h.
Referenced by ParseAbundances(), and ParseElement().
|
inline |
|
inline |
Definition at line 169 of file abund.h.
References abnd, Aiso, fprintf(), and Niso.
Referenced by ParseAbundances(), and ParseElement().
|
inline |
Definition at line 178 of file abund.h.
Referenced by HyperfineCreate().
|
inline |
Definition at line 114 of file abund.h.
References abnd, and getIsoInd().
Referenced by ParseAbundances(), and ParseElement().
|
private |
Definition at line 44 of file abund.h.
Referenced by getAbn(), isAnyIllegal(), normAbn(), prtIsoPairs(), setAbn(), and setData().
|
private |
Definition at line 43 of file abund.h.
Referenced by getAiso(), getIsoInd(), prtIso(), prtIsoPairs(), and setData().
|
private |
Definition at line 44 of file abund.h.
Referenced by getMagMom(), rm_nuc_data(), and setData().
|
private |
|
private |
Definition at line 42 of file abund.h.
Referenced by getAiso(), getIsoInd(), getNiso(), init(), isAnyIllegal(), normAbn(), prtIso(), prtIsoPairs(), and setData().
|
private |
Definition at line 44 of file abund.h.
Referenced by getSpin(), rm_nuc_data(), and setData().