Geant4  10.02.p03
pyG4HepRep.cc File Reference
#include <boost/python.hpp>
#include "G4HepRep.hh"
Include dependency graph for pyG4HepRep.cc:

Go to the source code of this file.

Functions

void export_G4HepRep ()
 

Function Documentation

◆ export_G4HepRep()

void export_G4HepRep ( )

Definition at line 40 of file pyG4HepRep.cc.

41 {
42  class_<G4HepRep, G4HepRep*, bases<G4VGraphicsSystem> >
43  ("G4HepRep", "HepRep visualization module")
44  ;
45 }
Here is the caller graph for this function: