Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pymodG4interface.cc File Reference
#include <boost/python.hpp>
Include dependency graph for pymodG4interface.cc:

Go to the source code of this file.

Functions

void export_G4UIterminal ()
 
 BOOST_PYTHON_MODULE (G4interface)
 

Function Documentation

BOOST_PYTHON_MODULE ( G4interface  )

Definition at line 42 of file pymodG4interface.cc.

43 {
45 }
void export_G4UIterminal()

Here is the call graph for this function:

void export_G4UIterminal ( )

Definition at line 71 of file pyG4UIterminal.cc.

72 {
73  def("StartUISession", StartUISession);
74 }

Here is the call graph for this function:

Here is the caller graph for this function: