LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyG4VRML1File.cc File Reference
#include <boost/python.hpp>
#include "G4VRML1File.hh"

Go to the source code of this file.

Functions

void export_G4VRML1File ()
 

Function Documentation

void export_G4VRML1File ( )

Definition at line 39 of file pyG4VRML1File.cc.

Referenced by BOOST_PYTHON_MODULE().

40 {
41  class_<G4VRML1File, G4VRML1File*, bases<G4VGraphicsSystem> >
42  ("G4VRML1File", "VRML-1(file) visualization module")
43  ;
44 }