Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4OpenInventorXt.cc File Reference
#include "G4OpenInventorXt.hh"
#include <Inventor/Xt/SoXt.h>
#include "G4Xt.hh"
#include "G4OpenInventorSceneHandler.hh"
#include "G4OpenInventorXtViewer.hh"

Go to the source code of this file.

Functions

bool soxt_dispatch_event (void *a_event)
 

Function Documentation

◆ soxt_dispatch_event()

bool soxt_dispatch_event ( void *  a_event)
inline

Definition at line 42 of file G4OpenInventorXt.cc.

42 {
43 return SoXt::dispatchEvent((XEvent*)a_event);
44}