Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Classes | |
class | G4VInteractorManager |
Macros | |
#define | OGL_EXIT_CODE 1 |
#define | OIV_EXIT_CODE 2 |
#define | XO_EXIT_CODE 3 |
Typedefs | |
using | G4Interactor = void* |
using | G4DispatchFunction = G4bool (*)(void*) |
using | G4SecondaryLoopAction = void (*)() |
#define OGL_EXIT_CODE 1 |
Definition at line 101 of file G4VInteractorManager.hh.
Referenced by G4OpenGLXmViewer::misc_callback().
#define OIV_EXIT_CODE 2 |
Definition at line 102 of file G4VInteractorManager.hh.
Referenced by G4OpenInventorViewer::Escape().
#define XO_EXIT_CODE 3 |
Definition at line 103 of file G4VInteractorManager.hh.
using G4DispatchFunction = G4bool (*)(void*) |
Definition at line 38 of file G4VInteractorManager.hh.
using G4Interactor = void* |
Definition at line 37 of file G4VInteractorManager.hh.
using G4SecondaryLoopAction = void (*)() |
Definition at line 39 of file G4VInteractorManager.hh.