70   class_<G4Element, G4Element*, boost::noncopyable>
    71     (
"G4Element", 
"element class", no_init)
    73     .def(init<const G4String&, const G4String&, G4double, G4double>())
    74     .def(init<const G4String&, const G4String&, G4int>())
    78          return_value_policy<reference_existing_object>())
    80          return_value_policy<reference_existing_object>())
    89      return_internal_reference<>())
    92      return_value_policy<reference_existing_object>())
    94      return_value_policy<reference_existing_object>())
    95     .staticmethod(
"GetElementTable")
    97     .staticmethod(
"GetNumberOfElements")
   100          return_value_policy<reference_existing_object>())
   101     .staticmethod(
"GetElement")
   105      return_internal_reference<>())
 G4double GetAtomicShell(G4int index) const
 
const G4Isotope * GetIsotope(G4int iso) const
 
static G4Element * GetElement(G4String name, G4bool warning=true)
 
list f_GetRelativeAbundanceVector(const G4Element *element)
 
size_t GetNumberOfIsotopes() const
 
static size_t GetNumberOfElements()
 
G4IsotopeVector * GetIsotopeVector() const
 
void AddIsotope(G4Isotope *isotope, G4double RelativeAbundance)
 
G4int GetNbOfAtomicShells() const
 
G4IonisParamElm * GetIonisation() const
 
G4double GetfCoulomb() const
 
const G4String & GetName() const
 
const G4String & GetSymbol() const
 
G4double GetfRadTsai() const
 
static G4ElementTable * GetElementTable()
 
void SetName(const G4String &name)
 
void Print(G4Element &ele)