#include <MJDatabaseElement.hh>
Public Member Functions | |
MJDatabaseElement () | |
MJDatabaseElement (string, string, int, int, string[], double[], string) | |
MJDatabaseElement (const MJDatabaseElement &) | |
~MJDatabaseElement () | |
string | GetName () |
string | GetSymbol () |
int | GetNoOfIsotopes () |
string | GetComment () |
int | GetZ () |
vector< string > | GetIsoNames () |
vector< string > | GetIsoSymbols () |
vector< double > | GetIsoAbundance () |
MJDatabaseElement * | createElement (PGresult *) |
Private Attributes | |
string | fName |
string | fSymb |
int | fZ |
int | fNoIsotopes |
vector< string > | fIsoNames |
vector< double > | fIsoAbundance |
vector< string > | fIsoSymb |
string | fComments |
Friends | |
ostream & | operator<< (ostream &os, MJDatabaseElement &ele) |
|
AUTHOR: akbar CONTACT: FIRST SUBMISSION: Fri Apr 9 11:13:42 PDT 2004 REVISION: mm-dd-yyyy, What is changed, Whoami Definition at line 53 of file MJDatabaseElement.cc. |
|
Definition at line 57 of file MJDatabaseElement.cc. References fIsoAbundance, and fIsoNames. |
|
Definition at line 71 of file MJDatabaseElement.cc. |
|
Definition at line 76 of file MJDatabaseElement.cc. |
|
Definition at line 80 of file MJDatabaseElement.cc. References MJDatabaseUtil::c_Float(), MJDatabaseUtil::c_Int(), fIsoAbundance, fIsoNames, fIsoSymb, fName, fNoIsotopes, fSymb, and fZ. Referenced by MJDatabasePsqlImpl::MJDatabaseElementPsqlImpl(). |
|
Definition at line 92 of file MJDatabaseElement.hh. |
|
Definition at line 96 of file MJDatabaseElement.hh. Referenced by MJMaterialElement::CreateFromDatabase(). |
|
Definition at line 94 of file MJDatabaseElement.hh. Referenced by MJMaterialElement::CreateFromDatabase(). |
|
Definition at line 95 of file MJDatabaseElement.hh. |
|
Definition at line 89 of file MJDatabaseElement.hh. Referenced by MJMaterialElement::CreateFromDatabase(), and operator<<(). |
|
Definition at line 91 of file MJDatabaseElement.hh. Referenced by MJMaterialElement::CreateFromDatabase(). |
|
Definition at line 90 of file MJDatabaseElement.hh. Referenced by MJMaterialElement::CreateFromDatabase(), and operator<<(). |
|
Definition at line 93 of file MJDatabaseElement.hh. Referenced by MJMaterialElement::CreateFromDatabase(), and operator<<(). |
|
Definition at line 100 of file MJDatabaseElement.cc. |
|
Definition at line 114 of file MJDatabaseElement.hh. |
|
Definition at line 112 of file MJDatabaseElement.hh. Referenced by createElement(), MJDatabaseElement(), and operator<<(). |
|
Definition at line 111 of file MJDatabaseElement.hh. Referenced by createElement(), MJDatabaseElement(), and operator<<(). |
|
Definition at line 113 of file MJDatabaseElement.hh. Referenced by createElement(). |
|
Definition at line 107 of file MJDatabaseElement.hh. Referenced by createElement(). |
|
Definition at line 110 of file MJDatabaseElement.hh. Referenced by createElement(). |
|
Definition at line 108 of file MJDatabaseElement.hh. Referenced by createElement(). |
|
Definition at line 109 of file MJDatabaseElement.hh. Referenced by createElement(). |