#include <boost/python.hpp>
#include "G4ASCIITree.hh"
Go to the source code of this file.
void export_G4ASCIITree |
( |
| ) |
|
Definition at line 40 of file pyG4ASCIITree.cc.
42 class_<G4ASCIITree, G4ASCIITree*, bases<G4VGraphicsSystem> >
43 (
"G4ASCIITree",
"ASCII tree visualization module")