178 std::vector<Model> fRunDurationModelList;
179 std::vector<Model> fEndOfEventModelList;
180 std::vector<Model> fEndOfRunModelList;
183 G4bool fRefreshAtEndOfEvent;
184 G4bool fRefreshAtEndOfRun;
185 G4int fMaxNumberOfKeptEvents;
188#include "G4Scene.icc"
std::vector< Model > & SetEndOfRunModelList()
const std::vector< Model > & GetEndOfRunModelList() const
G4bool AddRunDurationModel(G4VModel *, G4bool warn=false)
G4bool AddWorldIfEmpty(G4bool warn=false)
const std::vector< Model > & GetRunDurationModelList() const
G4bool GetRefreshAtEndOfEvent() const
void SetRefreshAtEndOfEvent(G4bool)
const G4VisExtent & GetExtent() const
G4bool operator!=(const G4Scene &) const
const G4Point3D & GetStandardTargetPoint() const
friend std::ostream & operator<<(std::ostream &os, const G4Scene &d)
G4bool AddEndOfRunModel(G4VModel *, G4bool warn=false)
void SetName(const G4String &)
const G4String & GetName() const
G4bool operator==(const G4Scene &) const
const std::vector< Model > & GetEndOfEventModelList() const
std::vector< Model > & SetRunDurationModelList()
std::vector< Model > & SetEndOfEventModelList()
G4Scene(const G4String &name="scene-with-unspecified-name")
void SetRefreshAtEndOfRun(G4bool)
void SetMaxNumberOfKeptEvents(G4int)
G4bool GetRefreshAtEndOfRun() const
G4bool AddEndOfEventModel(G4VModel *, G4bool warn=false)
G4int GetMaxNumberOfKeptEvents() const