Import Geant4 7.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VSceneHandler.hh,v 1.20 2003/06/16 17:14:08 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-05-02-patch-01 $
|
||||
// $Id: G4VSceneHandler.hh,v 1.22 2004/08/03 15:55:33 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-07-00-cand-01 $
|
||||
//
|
||||
//
|
||||
// John Allison 19th July 1996.
|
||||
@@ -192,17 +192,15 @@ public: // With description
|
||||
const G4Colour& GetTextColor (const G4Text&);
|
||||
// The above return colour of G4Text object, or default text colour.
|
||||
|
||||
G4ViewParameters::DrawingStyle GetDrawingStyle (const G4Visible&);
|
||||
// Returns drawing style of G4Visible object, i.e., the global
|
||||
// default value unless ovewrridden by forced attributes. And the
|
||||
// attributes themselves can be specified or the global default is
|
||||
// used - see next function. So use this function is you have a
|
||||
// G4Visible, or the next if all you have is a G4VisAttributes
|
||||
// pointer.
|
||||
|
||||
G4ViewParameters::DrawingStyle GetDrawingStyle (const G4VisAttributes*);
|
||||
// Returns global default drawing style unless forced attributes are set.
|
||||
// So always use this to get the applicable drawing style.
|
||||
// Returns drawing style from current view parameters, unless the user
|
||||
// has forced through the vis attributes, thereby over-riding the
|
||||
// current view parameter.
|
||||
|
||||
G4bool GetAuxEdgeVisible (const G4VisAttributes*);
|
||||
// Returns auxiliary edge visiblility from current view parameters,
|
||||
// unless the user has forced through the vis attributes, thereby
|
||||
// over-riding the current view parameter.
|
||||
|
||||
G4double GetMarkerSize (const G4VMarker&, MarkerSizeType&);
|
||||
// Returns applicable marker size (diameter) and type (in second
|
||||
|
||||
Reference in New Issue
Block a user