Geant4-11
Namespaces | Functions | Variables
pyG4UIterminal.cc File Reference
#include <boost/python.hpp>
#include "G4UIterminal.hh"
#include "G4UItcsh.hh"

Go to the source code of this file.

Namespaces

namespace  pyG4UIterminal
 

Functions

void export_G4UIterminal ()
 
void pyG4UIterminal::StartUISession ()
 

Variables

static G4UIterminalsession = 0
 

Function Documentation

◆ export_G4UIterminal()

void export_G4UIterminal ( )

Definition at line 70 of file pyG4UIterminal.cc.

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

References pyG4UIterminal::StartUISession().

Referenced by BOOST_PYTHON_MODULE().

Variable Documentation

◆ session

G4UIterminal* session = 0
static