|
Geant4
10.00.p02
|
#include <G4XXX.hh>
Inheritance diagram for G4XXX:
Collaboration diagram for G4XXX:Public Member Functions | |
| G4XXX () | |
| virtual | ~G4XXX () |
| G4VSceneHandler * | CreateSceneHandler (const G4String &name="") |
| G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") |
Public Member Functions inherited from G4VGraphicsSystem | |
| G4VGraphicsSystem (const G4String &name, Functionality f) | |
| G4VGraphicsSystem (const G4String &name, const G4String &nickname, Functionality f) | |
| G4VGraphicsSystem (const G4String &name, const G4String &nickname, const G4String &description, Functionality f) | |
| virtual | ~G4VGraphicsSystem () |
| const G4String & | GetName () const |
| const G4String & | GetNickname () const |
| const G4String & | GetDescription () const |
| Functionality | GetFunctionality () const |
| virtual G4bool | IsUISessionCompatible () const |
| void | SetName (const G4String &) |
| void | SetNickname (const G4String &) |
| void | SetDescription (const G4String &) |
| void | SetFunctionality (Functionality) |
Additional Inherited Members | |
Public Types inherited from G4VGraphicsSystem | |
| enum | Functionality { noFunctionality, nonEuclidian, twoD, twoDStore, threeD, threeDInteractive, virtualReality } |
Protected Attributes inherited from G4VGraphicsSystem | |
| G4String | fName |
| G4String | fNickname |
| G4String | fDescription |
| Functionality | fFunctionality |
|
virtual |
Implements G4VGraphicsSystem.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 53 of file G4XXX.cc.
References G4cout, G4endl, and G4VViewer::GetViewId().
Here is the call graph for this function: