Geant4
10.01.p02
|
#include <G4VGraphicsSystem.hh>
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 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 | |
fileWriter |
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 |
Referenced by G4VisManager::EndOfRun(), and operator<<().
const G4String& G4VGraphicsSystem::GetName | ( | ) | const |
Referenced by G4VSceneHandler::G4VSceneHandler(), operator<<(), and G4VisManager::PrintAvailableGraphicsSystems().
const G4String& G4VGraphicsSystem::GetNickname | ( | ) | const |
Referenced by operator<<(), and G4VisManager::PrintAvailableGraphicsSystems().
|
virtual |
Reimplemented in G4OpenGLQt.
Definition at line 63 of file G4VGraphicsSystem.cc.
void G4VGraphicsSystem::SetDescription | ( | const G4String & | ) |
void G4VGraphicsSystem::SetFunctionality | ( | Functionality | ) |
void G4VGraphicsSystem::SetName | ( | const G4String & | ) |
void G4VGraphicsSystem::SetNickname | ( | const G4String & | ) |
|
protected |
Definition at line 91 of file G4VGraphicsSystem.hh.
|
protected |
Definition at line 92 of file G4VGraphicsSystem.hh.
|
protected |
Definition at line 89 of file G4VGraphicsSystem.hh.
|
protected |
Definition at line 90 of file G4VGraphicsSystem.hh.