|
Geant4_10
|
#include <G4VGraphicsSystem.hh>


Public Types | |
| enum | Functionality { noFunctionality, nonEuclidian, twoD, twoDStore, threeD, threeDInteractive, virtualReality } |
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 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) |
Protected Attributes | |
| G4String | fName |
| G4String | fNickname |
| G4String | fDescription |
| Functionality | fFunctionality |
Definition at line 44 of file G4VGraphicsSystem.hh.
| Enumerator | |
|---|---|
| noFunctionality | |
| nonEuclidian | |
| twoD | |
| twoDStore | |
| threeD | |
| threeDInteractive | |
| virtualReality | |
Definition at line 48 of file G4VGraphicsSystem.hh.
| G4VGraphicsSystem::G4VGraphicsSystem | ( | const G4String & | name, |
| Functionality | f | ||
| ) |
Definition at line 39 of file G4VGraphicsSystem.cc.
| G4VGraphicsSystem::G4VGraphicsSystem | ( | const G4String & | name, |
| const G4String & | nickname, | ||
| Functionality | f | ||
| ) |
Definition at line 46 of file G4VGraphicsSystem.cc.
| G4VGraphicsSystem::G4VGraphicsSystem | ( | const G4String & | name, |
| const G4String & | nickname, | ||
| const G4String & | description, | ||
| Functionality | f | ||
| ) |
Definition at line 54 of file G4VGraphicsSystem.cc.
|
virtual |
Definition at line 37 of file G4VGraphicsSystem.cc.
|
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.
| const G4String& G4VGraphicsSystem::GetDescription | ( | ) | const |

| Functionality G4VGraphicsSystem::GetFunctionality | ( | ) | const |

| const G4String& G4VGraphicsSystem::GetName | ( | ) | const |

| const G4String& G4VGraphicsSystem::GetNickname | ( | ) | const |

|
virtual |
Reimplemented in G4OpenGLQt.
Definition at line 63 of file G4VGraphicsSystem.cc.
| void G4VGraphicsSystem::SetFunctionality | ( | Functionality | ) |
|
protected |
Definition at line 90 of file G4VGraphicsSystem.hh.
|
protected |
Definition at line 91 of file G4VGraphicsSystem.hh.
|
protected |
Definition at line 88 of file G4VGraphicsSystem.hh.
|
protected |
Definition at line 89 of file G4VGraphicsSystem.hh.
1.8.5