Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user