Import Geant4 10.6.0 source tree
This commit is contained in:
@@ -19,6 +19,10 @@ committal in the CVS repository !
|
||||
History file for visualization/XXX sub-category (a template graphics system)
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
29 August 2019 John Allison (visXXX-V10-05-03)
|
||||
- Part of vis-V10-05-24.
|
||||
- Add G4TessellatedSolid to list of solids that may be specially treated
|
||||
|
||||
13 June 2019 John Allison (visXXX-V10-05-02)
|
||||
- Part of vis-V10-05-20.
|
||||
- Final changes for introduction of cloud drawing:
|
||||
|
||||
@@ -72,6 +72,8 @@ public:
|
||||
{G4VSceneHandler::AddSolid(orb);}
|
||||
void AddSolid(const G4Ellipsoid& ellipsoid)
|
||||
{G4VSceneHandler::AddSolid(ellipsoid);}
|
||||
void AddSolid(const G4TessellatedSolid& tess)
|
||||
{G4VSceneHandler::AddSolid(tess);}
|
||||
void AddSolid(const G4VSolid& solid)
|
||||
{G4VSceneHandler::AddSolid(solid);}
|
||||
// More optional functions...
|
||||
|
||||
@@ -99,6 +99,8 @@ public:
|
||||
{G4VSceneHandler::AddSolid(orb);}
|
||||
void AddSolid(const G4Ellipsoid& ellipsoid)
|
||||
{G4VSceneHandler::AddSolid(ellipsoid);}
|
||||
void AddSolid(const G4TessellatedSolid& tess)
|
||||
{G4VSceneHandler::AddSolid(tess);}
|
||||
void AddSolid(const G4VSolid& solid)
|
||||
{G4VSceneHandler::AddSolid(solid);}
|
||||
// More optional functions...
|
||||
|
||||
@@ -74,6 +74,8 @@ public:
|
||||
{G4VSceneHandler::AddSolid(orb);}
|
||||
void AddSolid(const G4Ellipsoid& ellipsoid)
|
||||
{G4VSceneHandler::AddSolid(ellipsoid);}
|
||||
void AddSolid(const G4TessellatedSolid& tess)
|
||||
{G4VSceneHandler::AddSolid(tess);}
|
||||
void AddSolid(const G4VSolid& solid)
|
||||
{G4VSceneHandler::AddSolid(solid);}
|
||||
// More optional functions...
|
||||
|
||||
Reference in New Issue
Block a user