Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VRML1SceneHandler.hh,v 1.6.4.1 2001/06/28 19:16:01 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4VRML1SceneHandler.hh,v 1.9 2001/09/18 07:53:08 stanaka Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
// G4VRML1SceneHandler.hh
|
||||
// Yasuhide Sawada & Satoshi Tanaka
|
||||
@@ -77,8 +77,10 @@ public:
|
||||
void AddPrimitive(const G4Square&);
|
||||
void AddPrimitive (const G4Polymarker& polymarker)
|
||||
{ G4VSceneHandler::AddPrimitive (polymarker); }
|
||||
void AddPrimitive (const G4Scale& scale)
|
||||
{ G4VSceneHandler::AddPrimitive (scale); }
|
||||
|
||||
void ClearStore();
|
||||
void ClearTransientStore(); // Used for triggering detector re-drawing.
|
||||
|
||||
void BeginModeling();
|
||||
void EndModeling();
|
||||
|
||||
Reference in New Issue
Block a user