Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pyG4ElementTable.cc File Reference
#include <boost/python.hpp>
#include "pyG4indexing.hh"
#include "G4Element.hh"
#include "G4ElementTable.hh"

Go to the source code of this file.

Functions

void export_G4ElementTable ()
 

Function Documentation

void export_G4ElementTable ( )

Definition at line 42 of file pyG4ElementTable.cc.

Referenced by BOOST_PYTHON_MODULE().

43 {
44  class_<G4ElementTable> ("G4ElementTable", "element table")
46  .def(self_ns::str(self))
47  ;
48 }