g4display
g4displayConventions.h
Go to the documentation of this file.
1 #ifndef G4DISPLAY_H_CONVENTIONS
2 #define G4DISPLAY_H_CONVENTIONS 1
3 
4 // Notice: with qt6 we do not have access anymore to OGL, but the examples still do.
5 // This can be a potential problem in the future.
6 
7 #include <vector>
8 #include <string>
9 
10 
11 #define GDEFAULTVIEWERDRIVER "TOOLSSG_QT_GLES"
12 #define GDEFAULTVIEWERSIZE "1200x1200"
13 #define GDEFAULTVIEWERPOS "-400+100"
14 #define GDEFAULTVSEGPERCIRCLE 50
15 #define GNOT_SPECIFIED_SCENE_TEXT_Z (-1234.5)
16 
17 #define EC__VISDRIVERNOTFOUND 1301
18 
19 extern std::vector<std::string> AVAILABLEG4VIEWERS;
20 
21 #endif
std::vector< std::string > AVAILABLEG4VIEWERS