Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -56,18 +56,15 @@ public:
G4OpenInventorSceneHandler (G4OpenInventor& system, const G4String& name = "");
virtual ~G4OpenInventorSceneHandler ();
using G4VSceneHandler::AddPrimitive;
void AddPrimitive (const G4Polyline& line);
void AddPrimitive (const G4Text&);
void AddPrimitive (const G4Circle&);
void AddPrimitive (const G4Square&);
void AddPrimitive (const G4Polyhedron& p);
void AddPrimitive (const G4Polymarker&);
////////////////////////////////////////////////////////////////
// Explicitly invoke base class methods to avoid warnings about
// hiding of base class methods.
void AddPrimitive (const G4Scale& scale) {
G4VSceneHandler::AddPrimitive (scale);
}
///////////////////////////////////////////////////////////////
// Other inherited functions.
void ClearStore ();