Import Geant4 3.1.0 source tree
This commit is contained in:
@@ -5,18 +5,13 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VGraphicsSystem.icc,v 1.4 1999/12/15 14:54:18 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-03-00 $
|
||||
// $Id: G4VGraphicsSystem.icc,v 1.5 2001/02/23 15:43:17 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-03-01 $
|
||||
//
|
||||
//
|
||||
// John Allison 27th March 1996
|
||||
// Abstract interface class for graphics systems.
|
||||
|
||||
inline G4bool
|
||||
G4VGraphicsSystem::operator == (const G4VGraphicsSystem& system) const {
|
||||
return this == &system;
|
||||
}
|
||||
|
||||
inline const G4String& G4VGraphicsSystem::GetName () const {
|
||||
return fName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user