Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VSceneHandler.icc,v 1.9.2.1 2001/06/28 19:16:06 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4VSceneHandler.icc,v 1.12 2001/08/09 20:13:40 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
//
|
||||
// John Allison 19th July 1996.
|
||||
@@ -71,7 +71,7 @@ inline const G4ViewerList& G4VSceneHandler::GetViewerList () const {
|
||||
return fViewerList;
|
||||
}
|
||||
|
||||
inline const G4VModel* G4VSceneHandler::GetModel () const {
|
||||
inline G4VModel* G4VSceneHandler::GetModel () const {
|
||||
return fpModel;
|
||||
}
|
||||
|
||||
@@ -79,6 +79,10 @@ inline G4VViewer* G4VSceneHandler::GetCurrentViewer () const {
|
||||
return fpViewer;
|
||||
}
|
||||
|
||||
inline G4bool G4VSceneHandler::GetMarkForClearingTransientStore () const {
|
||||
return fMarkForClearingTransientStore;
|
||||
}
|
||||
|
||||
inline void G4VSceneHandler::SetCurrentViewer (G4VViewer* pViewer) {
|
||||
fpViewer = pViewer;
|
||||
}
|
||||
@@ -88,10 +92,14 @@ inline G4ViewerList& G4VSceneHandler::SetViewerList () {
|
||||
}
|
||||
|
||||
inline void
|
||||
G4VSceneHandler::SetModel (const G4VModel* pModel) {
|
||||
G4VSceneHandler::SetModel (G4VModel* pModel) {
|
||||
fpModel = pModel;
|
||||
}
|
||||
|
||||
inline void G4VSceneHandler::SetMarkForClearingTransientStore (G4bool mark) {
|
||||
fMarkForClearingTransientStore = mark;
|
||||
}
|
||||
|
||||
inline const G4Colour& G4VSceneHandler::GetColor (const G4Visible& visible) {
|
||||
return GetColour (visible);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user