#include <G4ToolsSGWindowsZB.hh>
Definition at line 35 of file G4ToolsSGWindowsZB.hh.
◆ G4ToolsSGWindowsZB() [1/2]
G4ToolsSGWindowsZB::G4ToolsSGWindowsZB |
( |
| ) |
|
Definition at line 35 of file G4ToolsSGWindowsZB.cc.
35 :
36parent
37("TOOLSSG_WINDOWS_ZB",
38 "TSG_WINDOWS_ZB",
39 "TOOLSSG_WINDOWS_ZB is a graphics driver based on the g4tools tools/sg scene graph logic where\n\
40 the rendering is done with the g4tools zbuffer and the windowing is done with Microsoft Windows.",
43{}
◆ ~G4ToolsSGWindowsZB()
G4ToolsSGWindowsZB::~G4ToolsSGWindowsZB |
( |
| ) |
|
|
virtual |
◆ G4ToolsSGWindowsZB() [2/2]
◆ CreateSceneHandler()
◆ CreateViewer()
Implements G4VGraphicsSystem.
Definition at line 65 of file G4ToolsSGWindowsZB.cc.
65 {
70 if (pView) {
73 "G4ToolsSGWindowsZB::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 "G4ToolsSGWindowsZB::CreateViewer: ERROR: null pointer on new G4ToolsSGViewer."
85 }
86 return pView;
87}
G4GLOB_DLL std::ostream G4cerr
◆ Initialise()
void G4ToolsSGWindowsZB::Initialise |
( |
| ) |
|
|
protected |
◆ operator=()
◆ fSGSession
toolx::Windows::session* G4ToolsSGWindowsZB::fSGSession |
|
protected |
The documentation for this class was generated from the following files: