Geant4-11
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
pyG4ASCIITree.cc File Reference
#include <boost/python.hpp>
#include "G4ASCIITree.hh"

Go to the source code of this file.

Functions

void export_G4ASCIITree ()
 

Function Documentation

◆ export_G4ASCIITree()

void export_G4ASCIITree ( )

Definition at line 39 of file pyG4ASCIITree.cc.

40{
41 class_<G4ASCIITree, G4ASCIITree*, bases<G4VGraphicsSystem> >
42 ("G4ASCIITree", "ASCII tree visualization module")
43 ;
44}

Referenced by BOOST_PYTHON_MODULE().