Import Geant4 10.4.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VisManager.icc 102233 2017-01-13 15:59:06Z gcosmo $
|
||||
// $Id: G4VisManager.icc 105349 2017-07-21 12:23:24Z gcosmo $
|
||||
//
|
||||
//
|
||||
// GEANT4 Visualization Manager - John Allison 02/Jan/1996.
|
||||
@@ -87,6 +87,10 @@ inline G4bool G4VisManager::GetTransientsDrawnThisRun() const {
|
||||
return fTransientsDrawnThisRun;
|
||||
}
|
||||
|
||||
inline G4bool G4VisManager::GetDrawEventOnlyIfToBeKept() const {
|
||||
return fDrawEventOnlyIfToBeKept;
|
||||
}
|
||||
|
||||
inline const G4Event* G4VisManager::GetRequestedEvent() const {
|
||||
return fpRequestedEvent;
|
||||
}
|
||||
@@ -140,6 +144,10 @@ inline void G4VisManager::SetTransientsDrawnThisEvent (G4bool b) {
|
||||
fTransientsDrawnThisEvent = b;
|
||||
}
|
||||
|
||||
inline void G4VisManager::SetDrawEventOnlyIfToBeKept (G4bool b) {
|
||||
fDrawEventOnlyIfToBeKept = b;
|
||||
}
|
||||
|
||||
inline void G4VisManager::SetRequestedEvent (const G4Event* event) {
|
||||
fpRequestedEvent = event;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user