Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4ViewParameters.hh,v 1.25 2006/09/19 16:02:31 allison Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4ViewParameters.hh,v 1.26 2007/04/03 13:33:16 allison Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//
// John Allison 19th July 1996
@@ -160,6 +160,7 @@ public: // With description
// pages). Supercedes GetWindowSizeHintX/Y.
G4bool IsAutoRefresh () const;
const G4Colour& GetBackgroundColour () const;
G4bool IsPicking () const;
// Here Follow functions to evaluate the above algorithms as a
// function of the radius of the Bounding Sphere of the object being
@@ -220,6 +221,7 @@ public: // With description
void SetXGeometryString (const G4String&);
void SetAutoRefresh (G4bool);
void SetBackgroundColour (const G4Colour&);
void SetPicking (G4bool);
void PrintDifferences (const G4ViewParameters& v) const;
@@ -267,6 +269,7 @@ private:
G4String fXGeometryString; // If non-null, geometry string for X Windows.
G4bool fAutoRefresh; // ...after change of view parameters.
G4Colour fBackgroundColour;
G4bool fPicking; // Request picking.
};
#include "G4ViewParameters.icc"