#include <boost/python.hpp>
#include "G4VGraphicsSystem.hh"
Go to the source code of this file.
void export_G4VGraphicsSystem |
( |
| ) |
|
Definition at line 40 of file pyG4VGraphicsSystem.cc.
42 class_<G4VGraphicsSystem, G4VGraphicsSystem*, boost::noncopyable>
43 (
"G4VGraphicsSystem",
"base class of graphics system", no_init)