Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyG4ElementTable.cc File Reference
#include <boost/python.hpp>
#include "pyG4indexing.hh"
#include "G4Element.hh"
#include "G4ElementTable.hh"
Include dependency graph for pyG4ElementTable.cc:

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.

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

Here is the caller graph for this function: