#include <boost/python.hpp>
#include "G4RayTracer.hh"
Go to the source code of this file.
void export_G4RayTracer |
( |
| ) |
|
Definition at line 40 of file pyG4RayTracer.cc.
42 class_<G4RayTracer, G4RayTracer*, bases<G4VGraphicsSystem> >
43 (
"G4RayTracer",
"RayTracer visualization module")