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