#include <boost/python.hpp>
#include "G4VRML2File.hh"
Go to the source code of this file.
void export_G4VRML2File |
( |
| ) |
|
Definition at line 40 of file pyG4VRML2File.cc.
42 class_<G4VRML2File, G4VRML2File*, bases<G4VGraphicsSystem> >
43 (
"G4VRML2File",
"VRML-2(file) visualization module")