|
g4display
|
Conventions and constants used by the g4display module. More...
#include <vector>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | g4display |
Variables | |
| constexpr char | g4display::GDEFAULTVIEWERDRIVER [] = "TOOLSSG_QT_GLES" |
| constexpr char | g4display::GDEFAULTVIEWERSIZE [] = "800x800" |
| constexpr char | g4display::GDEFAULTVIEWERPOS [] = "-400+100" |
| constexpr int | g4display::GDEFAULTVSEGPERCIRCLE = 100 |
| constexpr int | g4display::EC__VISDRIVERNOTFOUND = 1301 |
| constexpr int | g4display::EC__NOUIMANAGER = 1302 |
| std::vector< std::string > | g4display::AVAILABLEG4VIEWERS |
| List of Geant4 viewer driver names known to the application. | |
This header centralizes default values and shared constants used by option definitions and helpers. It also declares a global list of available Geant4 viewer drivers.
Definition in file g4displayConventions.h.