Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyG4RayTracer.cc File Reference
#include <boost/python.hpp>
#include "G4RayTracer.hh"
Include dependency graph for pyG4RayTracer.cc:

Go to the source code of this file.

Functions

void export_G4RayTracer ()
 

Function Documentation

void export_G4RayTracer ( )

Definition at line 40 of file pyG4RayTracer.cc.

41 {
42  class_<G4RayTracer, G4RayTracer*, bases<G4VGraphicsSystem> >
43  ("G4RayTracer", "RayTracer visualization module")
44  ;
45 }

Here is the caller graph for this function: