32 #include <boost/python.hpp> 33 #include "G4AtomicShells.hh" 42 class_<G4AtomicShells, boost::noncopyable>
43 (
"G4AtomicShells",
"Atomic subshell binding energy table", no_init)
45 .def(
"GetNumberOfShells", &G4AtomicShells::GetNumberOfShells)
46 .staticmethod(
"GetNumberOfShells")
48 .def(
"GetNumberOfElectrons", &G4AtomicShells::GetNumberOfElectrons)
49 .staticmethod(
"GetNumberOfElectrons")
51 .def(
"GetBindingEnergy", &G4AtomicShells::GetBindingEnergy)
52 .staticmethod(
"GetBindingEnergy")
54 .def(
"GetTotalBindingEnergy", &G4AtomicShells::GetTotalBindingEnergy)
void export_G4AtomicShells()