#include <MJDatabaseIsotope.hh>
Public Member Functions | |
MJDatabaseIsotope () | |
MJDatabaseIsotope (string name, string sym, int z, int n, double a) | |
MJDatabaseIsotope (const MJDatabaseIsotope &) | |
~MJDatabaseIsotope () | |
string | GetName () |
string | GetSymbol () |
int | GetZ () |
int | GetN () |
double | GetMolarMass () |
string | GetPnnlKey () |
string | GetDecay () |
string | GetComment () |
MJDatabaseIsotope * | createIsotope (PGresult *) |
void | print () |
Private Attributes | |
string | fName |
string | fSymb |
int | fz |
int | fn |
double | fMolarMass |
string | fPnnlkey |
string | fDecay5 |
string | fComment |
Friends | |
ostream & | operator<< (ostream &os, MJDatabaseIsotope &) |
|
AUTHOR: akbar CONTACT: FIRST SUBMISSION: Fri Apr 9 11:14:00 PDT 2004 REVISION: mm-dd-yyyy, What is changed, Whoami Definition at line 53 of file MJDatabaseIsotope.cc. |
|
Definition at line 56 of file MJDatabaseIsotope.cc. |
|
Definition at line 65 of file MJDatabaseIsotope.cc. |
|
Definition at line 75 of file MJDatabaseIsotope.cc. |
|
Definition at line 79 of file MJDatabaseIsotope.cc. References MJDatabaseUtil::c_Float(), MJDatabaseUtil::c_Int(), fComment, fDecay5, fMolarMass, fn, fName, fPnnlkey, fSymb, and fz. Referenced by MJDatabasePsqlImpl::MJDatabaseIsotopePsqlImpl(). |
|
Definition at line 92 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(). |
|
Definition at line 91 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(). |
|
Definition at line 89 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(), operator<<(), and print(). |
|
Definition at line 88 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(), operator<<(), and print(). |
|
Definition at line 85 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(), operator<<(), and print(). |
|
Definition at line 90 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(). |
|
Definition at line 86 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(), operator<<(), and print(). |
|
Definition at line 87 of file MJDatabaseIsotope.hh. Referenced by MJMaterialIsotope::CreateFromDatabase(), operator<<(), and print(). |
|
Definition at line 97 of file MJDatabaseIsotope.cc. References GetMolarMass(), GetN(), GetName(), GetSymbol(), and GetZ(). |
|
Definition at line 106 of file MJDatabaseIsotope.cc. |
|
Definition at line 112 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |
|
Definition at line 111 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |
|
Definition at line 109 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |
|
Definition at line 108 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |
|
Definition at line 105 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |
|
Definition at line 110 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |
|
Definition at line 106 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |
|
Definition at line 107 of file MJDatabaseIsotope.hh. Referenced by createIsotope(). |