Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4OpenInventor.hh,v 2.3 1998/12/08 09:51:33 barrand Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4OpenInventor.hh,v 1.4 1999/05/10 15:38:53 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
// Guy Barrand 26 Mar 1998.
|
||||
// OpenInventor graphics system factory.
|
||||
@@ -23,10 +23,11 @@ class G4VInteractorManager;
|
||||
class G4OpenInventor: public G4VGraphicsSystem {
|
||||
public:
|
||||
G4OpenInventor(const G4String,const G4String,G4VGraphicsSystem::Functionality);
|
||||
G4VScene* CreateScene(const G4String& name = "");
|
||||
G4VView* CreateView(G4VScene&,const G4String& name = "");
|
||||
virtual ~G4OpenInventor();
|
||||
G4VViewer* CreateViewer(G4VSceneHandler&,const G4String& name = "");
|
||||
void SetInteractorManager(G4VInteractorManager*);
|
||||
G4VInteractorManager* GetInteractorManager();
|
||||
G4VSceneHandler* CreateSceneHandler (const G4String& name);
|
||||
void InitHEPVis();
|
||||
private:
|
||||
G4VInteractorManager* interactorManager;
|
||||
|
||||
Reference in New Issue
Block a user