#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.
◆ NewString
#define NewString |
( |
|
str | ) |
((str) != 0 ? (strncpy((char*)malloc((unsigned)strlen(str) + 1), str, (unsigned)strlen(str) + 1)) : (char*)0) |
◆ USE_DEFAULT_COLORMAP
#define USE_DEFAULT_COLORMAP 1 |
◆ USE_STANDARD_COLORMAP
#define USE_STANDARD_COLORMAP 0 |
◆ G4OpenGLXViewerWaitForNotify()
static Bool G4OpenGLXViewerWaitForNotify |
( |
Display * |
, |
|
|
XEvent * |
e, |
|
|
char * |
arg |
|
) |
| |
|
static |