|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4OpenGLXViewer.hh"#include "G4OpenGLSceneHandler.hh"#include "G4OpenGLFontBaseStore.hh"#include "G4VisExtent.hh"#include "G4LogicalVolume.hh"#include "G4VSolid.hh"#include "G4Point3D.hh"#include "G4Normal3D.hh"#include "G4StateManager.hh"#include "G4VisManager.hh"#include "G4Text.hh"#include "G4Threading.hh"#include <X11/Xatom.h>#include <X11/Xutil.h>#include <X11/Xmu/StdCmap.h>#include <assert.h>#include <sstream>#include <chrono>#include <thread>Go to the source code of this file.
Macros | |
| #define | NewString(str) |
| #define | USE_DEFAULT_COLORMAP 1 |
| #define | USE_STANDARD_COLORMAP 0 |
| #define NewString | ( | str | ) |
Definition at line 76 of file G4OpenGLXViewer.cc.
| #define USE_DEFAULT_COLORMAP 1 |
Definition at line 79 of file G4OpenGLXViewer.cc.
| #define USE_STANDARD_COLORMAP 0 |
Definition at line 80 of file G4OpenGLXViewer.cc.