Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user