Geant4_10
|
#include <G4MPIsession.hh>
Public Member Functions | |
G4MPIsession (G4VUIshell *ashell=0) | |
~G4MPIsession () | |
void | SetPrompt (const G4String &prompt) |
void | SetShell (G4VUIshell *ashell) |
virtual G4UIsession * | SessionStart () |
Public Member Functions inherited from G4VMPIsession | |
G4VMPIsession () | |
~G4VMPIsession () | |
virtual void | PauseSessionStart (const G4String &msg) |
virtual G4int | ReceiveG4cout (const G4String &coutString) |
virtual G4int | ReceiveG4cerr (const G4String &cerrString) |
Public Member Functions inherited from G4VBasicShell | |
G4VBasicShell () | |
virtual | ~G4VBasicShell () |
Public Member Functions inherited from G4UIsession | |
G4UIsession () | |
virtual | ~G4UIsession () |
Public Member Functions inherited from G4coutDestination | |
G4coutDestination () | |
virtual | ~G4coutDestination () |
Definition at line 33 of file G4MPIsession.hh.
G4MPIsession::G4MPIsession | ( | G4VUIshell * | ashell = 0 | ) |
Definition at line 52 of file G4MPIsession.cc.
G4MPIsession::~G4MPIsession | ( | ) |
|
virtual |
Implements G4VBasicShell.
Definition at line 178 of file G4MPIsession.cc.
Definition at line 82 of file G4MPIsession.cc.
void G4MPIsession::SetShell | ( | G4VUIshell * | ashell | ) |
Definition at line 88 of file G4MPIsession.cc.