#include <boost/python.hpp>
#include "G4StateManager.hh"
 
Go to the source code of this file.
      
        
          | void export_G4StateManager  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 40 of file pyG4StateManager.cc.
   42   class_<G4StateManager, boost::noncopyable>
 
   43     (
"G4StateManager", 
"state manager", no_init)
 
   45      "Get an instance of G4StateManager",
 
   46          return_value_policy<reference_existing_object>())
 
   47     .staticmethod(
"GetStateManager")
 
G4ApplicationState GetPreviousState() const 
 
static G4StateManager * GetStateManager()
 
G4ApplicationState GetCurrentState() const 
 
G4String GetStateString(G4ApplicationState aState) const