32 #include <boost/python.hpp>
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
void export_G4StateManager()
G4String GetStateString(G4ApplicationState aState) const