Import Geant4 2.0.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VViewer.icc,v 1.3 1999/12/15 14:54:19 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-01 $
|
||||
// $Id: G4VViewer.icc,v 1.4 2000/05/02 09:51:22 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-02-00 $
|
||||
//
|
||||
//
|
||||
// John Allison 30th December 1996
|
||||
@@ -23,11 +23,11 @@ inline const G4String& G4VViewer::GetName () const {
|
||||
return fName;
|
||||
}
|
||||
|
||||
inline void G4VViewer::SetName (const G4String& name) {
|
||||
fName = name;
|
||||
inline const G4String& G4VViewer::GetShortName () const {
|
||||
return fShortName;
|
||||
}
|
||||
|
||||
inline G4VSceneHandler* G4VViewer::GetScene () const {
|
||||
inline G4VSceneHandler* G4VViewer::GetSceneHandler () const {
|
||||
return &fSceneHandler;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user