Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ToolsSGX11ZB.hh>
Public Member Functions | |
G4ToolsSGX11ZB () | |
virtual | ~G4ToolsSGX11ZB () |
G4VSceneHandler * | CreateSceneHandler (const G4String &name="") |
G4VViewer * | CreateViewer (G4VSceneHandler &, const G4String &name="") |
![]() | |
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 std::vector< G4String > & | GetNicknames () const |
const G4String & | GetDescription () const |
Functionality | GetFunctionality () const |
virtual G4bool | IsUISessionCompatible () const |
void | AddNickname (const G4String &nickname) |
Protected Member Functions | |
G4ToolsSGX11ZB (const G4ToolsSGX11ZB &a_from) | |
G4ToolsSGX11ZB & | operator= (const G4ToolsSGX11ZB &) |
void | Initialise () |
Protected Attributes | |
toolx::X11::base_session * | fSGSession |
![]() | |
G4String | fName |
std::vector< G4String > | fNicknames |
G4String | fDescription |
Functionality | fFunctionality |
Additional Inherited Members | |
![]() | |
enum | Functionality { noFunctionality , nonEuclidian , twoD , twoDStore , threeD , threeDInteractive , virtualReality , fileWriter } |
Definition at line 35 of file G4ToolsSGX11ZB.hh.
G4ToolsSGX11ZB::G4ToolsSGX11ZB | ( | ) |
Definition at line 34 of file G4ToolsSGX11ZB.cc.
Referenced by G4ToolsSGX11ZB(), and operator=().
|
virtual |
Definition at line 44 of file G4ToolsSGX11ZB.cc.
|
inlineprotected |
Definition at line 41 of file G4ToolsSGX11ZB.hh.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 59 of file G4ToolsSGX11ZB.cc.
|
virtual |
Implements G4VGraphicsSystem.
Definition at line 64 of file G4ToolsSGX11ZB.cc.
|
protected |
Definition at line 48 of file G4ToolsSGX11ZB.cc.
Referenced by CreateViewer().
|
inlineprotected |
Definition at line 42 of file G4ToolsSGX11ZB.hh.
|
protected |
Definition at line 49 of file G4ToolsSGX11ZB.hh.
Referenced by CreateViewer(), G4ToolsSGX11ZB(), Initialise(), and ~G4ToolsSGX11ZB().