Import Geant4 7.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 12:11:21 +02:00
parent 516dbf1a58
commit d93e1e39a9
5384 changed files with 125662 additions and 82444 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VisManager.icc,v 1.8 2001/08/05 02:29:05 johna Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
// $Id: G4VisManager.icc,v 1.9 2005/02/19 22:07:21 allison Exp $
// GEANT4 tag $Name: geant4-07-01 $
//
//
// GEANT4 Visualization Manager - John Allison 02/Jan/1996.
@@ -31,6 +31,14 @@ inline void G4VisManager::Initialize () {
Initialise ();
}
inline G4VisExtent G4VisManager::GetUserActionExtent () const {
return fUserVisActionExtent;
}
inline G4VUserVisAction* G4VisManager::GetUserAction () const {
return fpUserVisAction;
}
inline G4VSceneHandler* G4VisManager::GetCurrentSceneHandler () const {
return fpSceneHandler;
}
@@ -66,6 +74,10 @@ inline void G4VisManager::GetWindowSizeHint
xHint = fWindowSizeHintX; yHint = fWindowSizeHintY;
}
inline void G4VisManager::SetUserActionExtent (const G4VisExtent& extent) {
fUserVisActionExtent = extent;
}
inline void G4VisManager::SetCurrentScene (G4Scene* pScene) {
fpScene = pScene;
}