Geant4-11
Functions
pyG4TouchableHistory.cc File Reference
#include <boost/python.hpp>
#include "G4TouchableHistory.hh"

Go to the source code of this file.

Functions

void export_G4TouchableHistory ()
 

Function Documentation

◆ export_G4TouchableHistory()

void export_G4TouchableHistory ( )

Definition at line 39 of file pyG4TouchableHistory.cc.

40{
41 class_<G4TouchableHistory, G4TouchableHistory*, bases<G4VTouchable> >
42 ("G4TouchableHistory", "touchable history class")
43 ;
44}

Referenced by BOOST_PYTHON_MODULE().