Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4TextModel.hh,v 1.6 2006/06/29 21:31:39 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4TextModel.hh,v 1.7 2006/11/01 10:28:42 allison Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// John Allison 3rd April 2001
@@ -55,12 +55,6 @@ public: // With description
virtual void DescribeYourselfTo (G4VGraphicsScene&);
// The main task of a model is to describe itself to the graphics scene.
virtual G4String GetCurrentDescription () const;
// A description which depends on the current state of the model.
virtual G4String GetCurrentTag () const;
// A tag which depends on the current state of the model.
private:
// Private copy contructor and assignment to forbid use...
@@ -71,6 +65,4 @@ private:
};
#include "G4TextModel.icc"
#endif