Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ViewParameters.icc,v 1.15 2006/09/19 16:02:31 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
// $Id: G4ViewParameters.icc,v 1.16 2007/04/03 13:33:16 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
//
|
||||
//
|
||||
// John Allison 20th October 1996
|
||||
@@ -181,6 +181,10 @@ inline const G4Colour& G4ViewParameters::GetBackgroundColour () const {
|
||||
return fBackgroundColour;
|
||||
}
|
||||
|
||||
inline G4bool G4ViewParameters::IsPicking () const {
|
||||
return fPicking;
|
||||
}
|
||||
|
||||
inline void
|
||||
G4ViewParameters::SetDrawingStyle (G4ViewParameters::DrawingStyle style) {
|
||||
fDrawingStyle = style;
|
||||
@@ -334,3 +338,7 @@ inline void G4ViewParameters::SetAutoRefresh (G4bool state) {
|
||||
inline void G4ViewParameters::SetBackgroundColour (const G4Colour& colour) {
|
||||
fBackgroundColour = colour;
|
||||
}
|
||||
|
||||
inline void G4ViewParameters::SetPicking (G4bool picking) {
|
||||
fPicking = picking;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user