|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4OpenInventor.hh>
Inheritance diagram for G4OpenInventor:Additional Inherited Members | |
Public Types inherited from G4VGraphicsSystem | |
| enum | Functionality { noFunctionality , nonEuclidian , twoD , twoDStore , threeD , threeDInteractive , virtualReality , fileWriter } |
Protected Attributes inherited from G4VGraphicsSystem | |
| G4String | fName |
| std::vector< G4String > | fNicknames |
| G4String | fDescription |
| Functionality | fFunctionality |
Definition at line 38 of file G4OpenInventor.hh.
| G4OpenInventor::G4OpenInventor | ( | const G4String | name, |
| const G4String | nickname, | ||
| G4VGraphicsSystem::Functionality | f ) |
Definition at line 50 of file G4OpenInventor.cc.
Referenced by G4OpenInventorQt::G4OpenInventorQt(), G4OpenInventorWin::G4OpenInventorWin(), G4OpenInventorXt::G4OpenInventorXt(), and G4OpenInventorXtExtended::G4OpenInventorXtExtended().
|
virtual |
Definition at line 60 of file G4OpenInventor.cc.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 68 of file G4OpenInventor.cc.
| G4VInteractorManager * G4OpenInventor::GetInteractorManager | ( | ) |
Definition at line 65 of file G4OpenInventor.cc.
| void G4OpenInventor::InitNodes | ( | ) |
Definition at line 74 of file G4OpenInventor.cc.
|
virtual |
Reimplemented from G4VGraphicsSystem.
Definition at line 91 of file G4OpenInventor.cc.
| void G4OpenInventor::SetInteractorManager | ( | G4VInteractorManager * | im | ) |
Definition at line 62 of file G4OpenInventor.cc.