Import Geant4 8.2.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VisManager.icc,v 1.17 2006/06/29 21:29:08 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-01 $
|
||||
// $Id: G4VisManager.icc,v 1.19 2006/11/14 14:59:55 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
//
|
||||
//
|
||||
// GEANT4 Visualization Manager - John Allison 02/Jan/1996.
|
||||
@@ -81,22 +81,6 @@ inline const G4String& G4VisManager::GetXGeometryString () const {
|
||||
return fXGeometryString;
|
||||
}
|
||||
|
||||
inline G4int G4VisManager::GetEventCount() const {
|
||||
return fEventCount;
|
||||
}
|
||||
|
||||
inline const G4String& G4VisManager::GetBeginOfLastRunRandomStatus() const {
|
||||
return fBeginOfLastRunRandomStatus;
|
||||
}
|
||||
|
||||
inline const G4String& G4VisManager::GetBeginOfLastEventRandomStatus() const {
|
||||
return fBeginOfLastEventRandomStatus;
|
||||
}
|
||||
|
||||
inline G4int G4VisManager::GetLastRunID() const {
|
||||
return fLastRunID;
|
||||
}
|
||||
|
||||
inline G4bool G4VisManager::GetTransientsDrawnThisEvent() const {
|
||||
return fTransientsDrawnThisEvent;
|
||||
}
|
||||
@@ -129,16 +113,11 @@ inline void G4VisManager::SetXGeometryString (const G4String& geomString) {
|
||||
fXGeometryString = geomString;
|
||||
}
|
||||
|
||||
inline void G4VisManager::SetReprocessing (G4bool reprocessing) {
|
||||
fReprocessing = reprocessing;
|
||||
}
|
||||
|
||||
inline void G4VisManager::SetReprocessingLastEvent (G4bool reprocessing) {
|
||||
fReprocessingLastEvent = reprocessing;
|
||||
inline void G4VisManager::SetEventRefreshing (G4bool eventRefreshing) {
|
||||
fEventRefreshing = eventRefreshing;
|
||||
}
|
||||
|
||||
inline void G4VisManager::RegisterMessenger(G4UImessenger* msgr)
|
||||
{
|
||||
fMessengerList.push_back(msgr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user