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

Go to the source code of this file.

Functions

void export_G4VRML2File ()
 

Function Documentation

void export_G4VRML2File ( )

Definition at line 40 of file pyG4VRML2File.cc.

41 {
42  class_<G4VRML2File, G4VRML2File*, bases<G4VGraphicsSystem> >
43  ("G4VRML2File", "VRML-2(file) visualization module")
44  ;
45 }

Here is the caller graph for this function: