Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VisManager.icc,v 1.9 2005/02/19 22:07:21 allison Exp $
// GEANT4 tag $Name: geant4-07-01 $
// $Id: G4VisManager.icc,v 1.11 2005/11/21 05:45:42 tinslay Exp $
// GEANT4 tag $Name: geant4-08-00 $
//
//
// GEANT4 Visualization Manager - John Allison 02/Jan/1996.
@@ -74,6 +74,10 @@ inline void G4VisManager::GetWindowSizeHint
xHint = fWindowSizeHintX; yHint = fWindowSizeHintY;
}
inline const G4String& G4VisManager::GetXGeometryString () const {
return fXGeometryString;
}
inline void G4VisManager::SetUserActionExtent (const G4VisExtent& extent) {
fUserVisActionExtent = extent;
}
@@ -97,3 +101,13 @@ inline void G4VisManager::SetVerboseLevel (G4VisManager::Verbosity verbosity) {
inline void G4VisManager::SetWindowSizeHint (G4int xHint, G4int yHint) {
fWindowSizeHintX = xHint; fWindowSizeHintY = yHint;
}
inline void G4VisManager::SetXGeometryString (const G4String& geomString) {
fXGeometryString = geomString;
}
inline void G4VisManager::RegisterMessenger(G4UImessenger* msgr)
{
fMessengerList.push_back(msgr);
}