#include <G4ToolsSGXtGLES.hh>
Definition at line 35 of file G4ToolsSGXtGLES.hh.
◆ G4ToolsSGXtGLES() [1/2]
G4ToolsSGXtGLES::G4ToolsSGXtGLES |
( |
| ) |
|
Definition at line 51 of file G4ToolsSGXtGLES.cc.
51 :
52parent
53("TOOLSSG_XT_GLES",
54 "TSG_XT_GLES",
55 "TOOLSSG_XT_GLES is a graphics driver based on the g4tools tools/sg scene graph logic where\n\
56 the rendering is done with GLES and the windowing is done with the Xt toolkit.",
59{}
◆ ~G4ToolsSGXtGLES()
G4ToolsSGXtGLES::~G4ToolsSGXtGLES |
( |
| ) |
|
|
virtual |
◆ G4ToolsSGXtGLES() [2/2]
◆ CreateSceneHandler()
◆ CreateViewer()
Implements G4VGraphicsSystem.
Definition at line 81 of file G4ToolsSGXtGLES.cc.
81 {
86 if (pView) {
89 "G4ToolsSGXtGLES::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 "G4ToolsSGXtGLES::CreateViewer: ERROR: null pointer on new G4ToolsSGViewer."
101 }
102 return pView;
103}
G4GLOB_DLL std::ostream G4cerr
◆ Initialise()
void G4ToolsSGXtGLES::Initialise |
( |
| ) |
|
|
protected |
◆ operator=()
◆ fSGSession
toolx::Xt::session* G4ToolsSGXtGLES::fSGSession |
|
protected |
The documentation for this class was generated from the following files: