#include <boost/python.hpp>
#include "G4HepRep.hh"
Go to the source code of this file.
◆ export_G4HepRep()
Definition at line 40 of file pyG4HepRep.cc.
42 class_<G4HepRep, G4HepRep*, bases<G4VGraphicsSystem> >
43 (
"G4HepRep",
"HepRep visualization module")