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

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.

References export_G4UIterminal().

43 {
45 }
void export_G4UIterminal()
void export_G4UIterminal ( )

Definition at line 71 of file pyG4UIterminal.cc.

References pyG4UIterminal::StartUISession().

Referenced by BOOST_PYTHON_MODULE().

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