Import Geant4 5.2.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Scene.icc,v 1.9 2001/08/11 21:39:54 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-05-01 $
|
||||
// $Id: G4Scene.icc,v 1.10 2003/06/16 17:14:04 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02 $
|
||||
//
|
||||
//
|
||||
// Scene data John Allison 19th July 1996.
|
||||
@@ -39,12 +39,12 @@ inline G4bool G4Scene::IsEmpty () const {
|
||||
return fRunDurationModelList.size () == 0;
|
||||
}
|
||||
|
||||
inline const G4std::vector<G4VModel*>&
|
||||
inline const std::vector<G4VModel*>&
|
||||
G4Scene::GetRunDurationModelList () const {
|
||||
return fRunDurationModelList;
|
||||
}
|
||||
|
||||
inline const G4std::vector<G4VModel*>&
|
||||
inline const std::vector<G4VModel*>&
|
||||
G4Scene::GetEndOfEventModelList () const {
|
||||
return fEndOfEventModelList;
|
||||
}
|
||||
@@ -61,12 +61,12 @@ inline G4bool G4Scene::GetRefreshAtEndOfEvent () const {
|
||||
return fRefreshAtEndOfEvent;
|
||||
}
|
||||
|
||||
inline G4std::vector<G4VModel*>& G4Scene::SetRunDurationModelList ()
|
||||
inline std::vector<G4VModel*>& G4Scene::SetRunDurationModelList ()
|
||||
{
|
||||
return fRunDurationModelList;
|
||||
}
|
||||
|
||||
inline G4std::vector<G4VModel*>& G4Scene::SetEndOfEventModelList ()
|
||||
inline std::vector<G4VModel*>& G4Scene::SetEndOfEventModelList ()
|
||||
{
|
||||
return fRunDurationModelList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user