Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Visible.hh,v 1.13 2006/11/07 11:53:16 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4Visible.hh,v 1.13 2006-11-07 11:53:16 allison Exp $
|
||||
// GEANT4 tag $Name: not supported by cvs2svn $
|
||||
//
|
||||
//
|
||||
// John Allison 30th October 1996
|
||||
@@ -54,7 +54,7 @@ public: // With description
|
||||
|
||||
G4Visible ();
|
||||
G4Visible (const G4Visible&);
|
||||
G4Visible (const G4VisAttributes* pVA);
|
||||
G4Visible (const G4VisAttributes*);
|
||||
|
||||
virtual ~G4Visible ();
|
||||
|
||||
@@ -64,8 +64,8 @@ public: // With description
|
||||
|
||||
const G4VisAttributes* GetVisAttributes () const;
|
||||
|
||||
void SetVisAttributes (const G4VisAttributes* pVA);
|
||||
void SetVisAttributes (const G4VisAttributes& VA);
|
||||
void SetVisAttributes (const G4VisAttributes*);
|
||||
void SetVisAttributes (const G4VisAttributes&);
|
||||
// The G4VisAttributes object is not stored in a G4Visible; only a
|
||||
// reference, a const pointer, is kept. Therefore the
|
||||
// G4VisAttributes object to which it refers must have a life long
|
||||
|
||||
Reference in New Issue
Block a user