#include <G4ToolsSGX11ZB.hh>
Definition at line 35 of file G4ToolsSGX11ZB.hh.
◆ G4ToolsSGX11ZB() [1/2]
G4ToolsSGX11ZB::G4ToolsSGX11ZB |
( |
| ) |
|
Definition at line 34 of file G4ToolsSGX11ZB.cc.
34 :
35parent
36("TOOLSSG_X11_ZB",
37 "TSG_X11_ZB",
38 "TOOLSSG_X11_ZB is a graphics driver based on the g4tools tools/sg scene graph logic where\n\
39 the rendering is done with the g4tools zbuffer and the windowing is done with X11.",
42{}
◆ ~G4ToolsSGX11ZB()
G4ToolsSGX11ZB::~G4ToolsSGX11ZB |
( |
| ) |
|
|
virtual |
◆ G4ToolsSGX11ZB() [2/2]
◆ CreateSceneHandler()
◆ CreateViewer()
Implements G4VGraphicsSystem.
Definition at line 64 of file G4ToolsSGX11ZB.cc.
64 {
70 if (pView) {
73 "G4ToolsSGX11ZB::CreateViewer: ERROR flagged by negative"
74 " view id in G4ToolsSGViewer creation."
75 "\n Destroying view and returning null pointer."
77 delete pView;
78 pView = nullptr;
79 }
80 }
81 if (!pView) {
83 "G4ToolsSGX11ZB::CreateViewer: ERROR: null pointer on new G4ToolsSGViewer."
85 }
86 return pView;
87}
G4GLOB_DLL std::ostream G4cerr
◆ Initialise()
void G4ToolsSGX11ZB::Initialise |
( |
| ) |
|
|
protected |
◆ operator=()
◆ fSGSession
toolx::X11::base_session* G4ToolsSGX11ZB::fSGSession |
|
protected |
The documentation for this class was generated from the following files: