Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VVisCommand.hh,v 1.4.4.1 1999/12/07 20:53:51 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VVisCommand.hh,v 1.6 1999/12/16 17:19:15 johna Exp $
// GEANT4 tag $Name: geant4-01-01 $
// Base class for visualization commands - John Allison 9th August 1998
// It is really a messenger - we have one command per messenger.
@@ -15,6 +15,7 @@
#define G4VVISCOMMAND_HH
#include "G4UImessenger.hh"
#include "g4std/vector"
class G4VisManager;
class G4UIcommand;
@@ -28,18 +29,13 @@ public:
static void SetVisManager (G4VisManager*);
protected:
static G4VisManager* fpVisManager;
// Commands which need to be accessed by other messengers...
static G4UIcmdWithAString* fpCommandSceneEdit;
static G4UIcmdWithAString* fpCommandSceneNotifyHandlers;
static G4UIcmdWithAString* fpCommandSceneRemove;
static G4UIcmdWithAString* fpCommandSceneSelect;
static G4UIcmdWithAString* fpCommandSceneHandlerAttach;
static G4UIcmdWithAString* fpCommandSceneHandlerRemove;
static G4UIcmdWithAString* fpCommandSceneHandlerSelect;
static G4UIcommand* fpCommandViewerCreate;
static G4UIcmdWithAString* fpCommandViewerRemove;
static G4UIcmdWithAString* fpCommandViewerSelect;
static G4UIcmdWithAString* fpCommandViewerUpdate;
static G4std::vector<G4UIcommand*> sceneNameCommands;
typedef G4std::vector<G4UIcommand*>::iterator sceneNameCommandsIterator;
static G4std::vector<G4UIcommand*> sceneHandlerNameCommands;
typedef G4std::vector<G4UIcommand*>::iterator
sceneHandlerNameCommandsIterator;
static G4std::vector<G4UIcommand*> viewerNameCommands;
typedef G4std::vector<G4UIcommand*>::iterator viewerNameCommandsIterator;
};
#include "G4VVisCommand.icc"