Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VGraphicsSystem.icc,v 1.7 2006/06/29 21:28:06 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4VGraphicsSystem.icc,v 1.8 2010/05/20 07:55:47 allison Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
//
// John Allison 27th March 1996
@@ -47,3 +47,19 @@ inline G4VGraphicsSystem::Functionality
G4VGraphicsSystem::GetFunctionality () const {
return fFunctionality;
}
inline void G4VGraphicsSystem::SetName (const G4String& name) {
fName = name;
}
inline void G4VGraphicsSystem::SetNickName (const G4String& nickname) {
fNickname = nickname;
}
inline void G4VGraphicsSystem::SetDescription (const G4String& description) {
fDescription = description;
}
inline void G4VGraphicsSystem::SetFunctionality (Functionality f) {
fFunctionality = f;
}