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

Go to the source code of this file.

Functions

void export_G4ApplicationState ()
 

Function Documentation

void export_G4ApplicationState ( )

Definition at line 42 of file pyG4ApplicationState.cc.

43 {
44  enum_<G4ApplicationState>("G4ApplicationState")
45  .value("G4State_PreInit", G4State_PreInit)
46  .value("G4State_Init", G4State_Init)
47  .value("G4State_Idle", G4State_Idle)
48  .value("G4State_GeomClosed", G4State_GeomClosed)
49  .value("G4State_EventProc", G4State_EventProc)
50  .value("G4State_Quit", G4State_Quit)
51  .value("G4State_Abort", G4State_Abort)
52  ;
53 }
const XML_Char int const XML_Char * value
Definition: expat.h:331

Here is the caller graph for this function: