Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VInteractorManager.hh File Reference
#include "globals.hh"
#include <vector>

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 (*)()
 

Macro Definition Documentation

◆ OGL_EXIT_CODE

#define OGL_EXIT_CODE   1

Definition at line 101 of file G4VInteractorManager.hh.

Referenced by G4OpenGLXmViewer::misc_callback().

◆ OIV_EXIT_CODE

#define OIV_EXIT_CODE   2

Definition at line 102 of file G4VInteractorManager.hh.

Referenced by G4OpenInventorViewer::Escape().

◆ XO_EXIT_CODE

#define XO_EXIT_CODE   3

Definition at line 103 of file G4VInteractorManager.hh.

Typedef Documentation

◆ G4DispatchFunction

using G4DispatchFunction = G4bool (*)(void*)

Definition at line 38 of file G4VInteractorManager.hh.

◆ G4Interactor

using G4Interactor = void*

Definition at line 37 of file G4VInteractorManager.hh.

◆ G4SecondaryLoopAction

using G4SecondaryLoopAction = void (*)()

Definition at line 39 of file G4VInteractorManager.hh.