|
Geant4_10
|
#include <G4VIsotopeTable.hh>

Public Member Functions | |
| G4VIsotopeTable () | |
| G4VIsotopeTable (const G4String &) | |
| G4VIsotopeTable (const G4VIsotopeTable &) | |
| G4VIsotopeTable & | operator= (const G4VIsotopeTable &) |
| virtual | ~G4VIsotopeTable () |
| virtual G4IsotopeProperty * | GetIsotope (G4int Z, G4int A, G4double E)=0 |
| virtual G4IsotopeProperty * | GetIsotopeByIsoLvl (G4int Z, G4int A, G4int level=0) |
| G4int | GetVerboseLevel () const |
| void | SetVerboseLevel (G4int level) |
| void | DumpTable (G4int Zmin=1, G4int Zmax=118) |
| const G4String & | GetName () const |
Definition at line 44 of file G4VIsotopeTable.hh.
| G4VIsotopeTable::G4VIsotopeTable | ( | ) |
Definition at line 45 of file G4VIsotopeTable.cc.
|
explicit |
Definition at line 50 of file G4VIsotopeTable.cc.
| G4VIsotopeTable::G4VIsotopeTable | ( | const G4VIsotopeTable & | right | ) |
Definition at line 55 of file G4VIsotopeTable.cc.
|
virtual |
Definition at line 69 of file G4VIsotopeTable.cc.
|
pure virtual |
Implemented in G4NuclideTable, G4RIsotopeTable, G4IsotopeMagneticMomentTable, and G4IsomerTable.

|
virtual |
Reimplemented in G4NuclideTable, G4IsotopeMagneticMomentTable, and G4IsomerTable.
Definition at line 73 of file G4VIsotopeTable.cc.

|
inline |
| G4VIsotopeTable & G4VIsotopeTable::operator= | ( | const G4VIsotopeTable & | right | ) |
Definition at line 60 of file G4VIsotopeTable.cc.
1.8.5