#include <G4ToolsSGXtZB.hh>
Definition at line 35 of file G4ToolsSGXtZB.hh.
◆ G4ToolsSGXtZB() [1/2]
G4ToolsSGXtZB::G4ToolsSGXtZB |
( |
| ) |
|
Definition at line 51 of file G4ToolsSGXtZB.cc.
51 :
52parent
53("TOOLSSG_XT_ZB",
54 "TSG_XT_ZB",
55 "TOOLSSG_XT_ZB is a graphics driver based on the g4tools tools/sg scene graph logic where\n\
56 the rendering is done with the g4tools zbuffer and the windowing is done with the Xt toolkit.",
59{}
◆ ~G4ToolsSGXtZB()
G4ToolsSGXtZB::~G4ToolsSGXtZB |
( |
| ) |
|
|
virtual |
◆ G4ToolsSGXtZB() [2/2]
◆ CreateSceneHandler()
◆ CreateViewer()
Implements G4VGraphicsSystem.
Definition at line 81 of file G4ToolsSGXtZB.cc.
81 {
86 if (pView) {
89 "G4ToolsSGXtZB::CreateViewer: ERROR flagged by negative"
90 " view id in G4ToolsSGViewer creation."
91 "\n Destroying view and returning null pointer."
93 delete pView;
94 pView = nullptr;
95 }
96 }
97 if (!pView) {
99 "G4ToolsSGXtZB::CreateViewer: ERROR: null pointer on new G4ToolsSGViewer."
101 }
102 return pView;
103}
G4GLOB_DLL std::ostream G4cerr
◆ Initialise()
void G4ToolsSGXtZB::Initialise |
( |
| ) |
|
|
protected |
◆ operator=()
◆ fSGSession
toolx::Xt::session* G4ToolsSGXtZB::fSGSession |
|
protected |
The documentation for this class was generated from the following files: