Import Geant4 9.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:15:05 +02:00
parent b79225fb37
commit 74cad5e589
3877 changed files with 234205 additions and 167127 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VisCommands.cc,v 1.23 2008/07/27 10:46:23 allison Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4VisCommands.cc,v 1.24 2009/03/09 12:42:00 allison Exp $
// GEANT4 tag $Name: geant4-09-03 $
// /vis/ top level commands - John Allison 5th February 2001
@@ -98,6 +98,23 @@ void G4VisCommandEnable::SetNewValue (G4UIcommand* command,
// Note: Printing is in vis manager.
}
////////////// /vis/initialize ///////////////////////////////////////
G4VisCommandInitialize::G4VisCommandInitialize ()
{
fpCommand = new G4UIcmdWithoutParameter("/vis/initialize", this);
fpCommand -> SetGuidance("Initialise visualisation manager.");
}
G4VisCommandInitialize::~G4VisCommandInitialize () {
delete fpCommand;
}
void G4VisCommandInitialize::SetNewValue (G4UIcommand*,
G4String) {
fpVisManager->Initialize();
}
////////////// /vis/list ///////////////////////////////////////
G4VisCommandList::G4VisCommandList ()