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