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

Go to the source code of this file.

Functions

void export_G4MaterialTable ()
 

Function Documentation

void export_G4MaterialTable ( )

Definition at line 42 of file pyG4MaterialTable.cc.

Referenced by BOOST_PYTHON_MODULE().

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