Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -1,15 +1,18 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VGraphicsSystem.hh,v 1.3 1999/01/11 00:48:14 allison Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: G4VGraphicsSystem.hh,v 1.5.2.1 1999/12/07 20:53:50 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
//
// John Allison 27th March 1996
//
// Class description
//
// Abstract interface class for graphics systems.
#ifndef G4VGRAPHICSSYSTEM_HH
@@ -22,7 +25,7 @@ class G4VViewer;
class G4VGraphicsSystem {
public:
public: // With description
enum Functionality {
noFunctionality,
@@ -47,7 +50,7 @@ public:
virtual ~G4VGraphicsSystem ();
// For RWTPtrOrderedVector...
// For G4RWTPtrOrderedVector...
G4bool operator == (const G4VGraphicsSystem& system) const;
virtual G4VSceneHandler* CreateSceneHandler (const G4String& name) = 0;