#include <G4ToolsSGOffscreen.hh>
Definition at line 35 of file G4ToolsSGOffscreen.hh.
◆ G4ToolsSGOffscreen() [1/2]
G4ToolsSGOffscreen::G4ToolsSGOffscreen |
( |
| ) |
|
Definition at line 34 of file G4ToolsSGOffscreen.cc.
34 :
35parent
36("TOOLSSG_OFFSCREEN",
37 "TSG_OFFSCREEN",
38 "TOOLSSG_OFFSCREEN is a graphics driver based on the g4tools tools/sg scene graph logic where\n\
39 the rendering is done by using various offscreen library as tools/sg/zb, gl2ps, png, jpeg.",
42{}
◆ ~G4ToolsSGOffscreen()
G4ToolsSGOffscreen::~G4ToolsSGOffscreen |
( |
| ) |
|
|
virtual |
◆ G4ToolsSGOffscreen() [2/2]
◆ CreateSceneHandler()
◆ CreateViewer()
Implements G4VGraphicsSystem.
Definition at line 64 of file G4ToolsSGOffscreen.cc.
64 {
68 if (pView) {
71 "G4ToolsSGOffscreen::CreateViewer: ERROR flagged by negative"
72 " view id in G4ToolsSGViewer creation."
73 "\n Destroying view and returning null pointer."
75 delete pView;
76 pView = nullptr;
77 }
78 }
79 if (!pView) {
81 "G4ToolsSGOffscreen::CreateViewer: ERROR: null pointer on new G4ToolsSGViewer."
83 }
84 return pView;
85}
G4GLOB_DLL std::ostream G4cerr
◆ Initialise()
void G4ToolsSGOffscreen::Initialise |
( |
| ) |
|
|
protected |
◆ operator=()
◆ fSGSession
tools::offscreen::session* G4ToolsSGOffscreen::fSGSession |
|
protected |
The documentation for this class was generated from the following files: