|
Geant4
10.02
|
#include <G4VGraphicsSystem.hh>
Inheritance diagram for G4VGraphicsSystem:
Collaboration diagram for G4VGraphicsSystem:Public Types | |
| enum | Functionality { noFunctionality, nonEuclidian, twoD, twoDStore, threeD, threeDInteractive, virtualReality, fileWriter } |
Public Member Functions | |
| 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 () |
| virtual G4VSceneHandler * | CreateSceneHandler (const G4String &name)=0 |
| virtual G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name)=0 |
| const G4String & | GetName () const |
| const G4String & | GetNickname () const |
| const std::vector< G4String > & | GetNicknames () const |
| const G4String & | GetDescription () const |
| Functionality | GetFunctionality () const |
| virtual G4bool | IsUISessionCompatible () const |
| void | AddNickname (const G4String &nickname) |
Protected Attributes | |
| G4String | fName |
| std::vector< G4String > | fNicknames |
| G4String | fDescription |
| Functionality | fFunctionality |
Definition at line 46 of file G4VGraphicsSystem.hh.
| Enumerator | |
|---|---|
| noFunctionality | |
| nonEuclidian | |
| twoD | |
| twoDStore | |
| threeD | |
| threeDInteractive | |
| virtualReality | |
| fileWriter | |
Definition at line 50 of file G4VGraphicsSystem.hh.
| G4VGraphicsSystem::G4VGraphicsSystem | ( | const G4String & | name, |
| Functionality | f | ||
| ) |
Definition at line 39 of file G4VGraphicsSystem.cc.
References fNicknames.
| G4VGraphicsSystem::G4VGraphicsSystem | ( | const G4String & | name, |
| const G4String & | nickname, | ||
| Functionality | f | ||
| ) |
Definition at line 48 of file G4VGraphicsSystem.cc.
References fNicknames.
| G4VGraphicsSystem::G4VGraphicsSystem | ( | const G4String & | name, |
| const G4String & | nickname, | ||
| const G4String & | description, | ||
| Functionality | f | ||
| ) |
Definition at line 58 of file G4VGraphicsSystem.cc.
References fNicknames.
|
virtual |
Definition at line 37 of file G4VGraphicsSystem.cc.
|
inline |
Definition at line 86 of file G4VGraphicsSystem.hh.
References fNicknames.
|
pure virtual |
Implemented in G4GMocrenFile, G4RayTracer, G4DAWNFILE, G4HepRepFile, G4OpenInventor, G4ASCIITree, G4OpenGLImmediateWt, G4VRML1File, G4VRML2File, G4XXX, G4XXXFile, G4XXXSG, G4XXXStored, G4HepRep, G4OpenGLImmediateX, G4OpenGLImmediateXm, G4OpenGLStoredX, G4OpenGLStoredXm, G4OpenGLImmediateQt, G4OpenGLImmediateWin32, G4OpenGLStoredQt, and G4OpenGLStoredWin32.
|
pure virtual |
Implemented in G4GMocrenFile, G4RayTracer, G4DAWNFILE, G4HepRepFile, G4ASCIITree, G4OpenGLImmediateWt, G4OpenInventorXtExtended, G4VRML1File, G4VRML2File, G4XXX, G4XXXFile, G4XXXSG, G4XXXStored, G4HepRep, G4OpenGLImmediateX, G4OpenGLImmediateXm, G4OpenGLStoredX, G4OpenGLStoredXm, G4OpenInventorXt, G4OpenGLImmediateQt, G4OpenGLImmediateWin32, G4OpenGLStoredQt, G4OpenGLStoredWin32, and G4OpenInventorWin.
|
inline |
Definition at line 83 of file G4VGraphicsSystem.hh.
References fDescription.
Referenced by operator<<().
Here is the caller graph for this function:
|
inline |
Definition at line 84 of file G4VGraphicsSystem.hh.
References fFunctionality.
Referenced by G4VisManager::EndOfRun(), and operator<<().
Here is the caller graph for this function:
|
inline |
Definition at line 80 of file G4VGraphicsSystem.hh.
References fName.
Referenced by G4VSceneHandler::G4VSceneHandler(), and operator<<().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file G4VGraphicsSystem.hh.
References fNicknames.
|
inline |
Definition at line 82 of file G4VGraphicsSystem.hh.
References fNicknames.
Referenced by operator<<().
Here is the caller graph for this function:
|
virtual |
Reimplemented in G4OpenInventor, G4OpenGLQt, and G4OpenGLXm.
Definition at line 69 of file G4VGraphicsSystem.cc.
|
protected |
Definition at line 91 of file G4VGraphicsSystem.hh.
Referenced by GetDescription().
|
protected |
Definition at line 92 of file G4VGraphicsSystem.hh.
Referenced by GetFunctionality().
|
protected |
Definition at line 89 of file G4VGraphicsSystem.hh.
Referenced by GetName().
|
protected |
Definition at line 90 of file G4VGraphicsSystem.hh.
Referenced by AddNickname(), G4VGraphicsSystem(), GetNickname(), and GetNicknames().