#include <boost/python.hpp>
#include "G4TouchableHistory.hh"
Go to the source code of this file.
void export_G4TouchableHistory |
( |
| ) |
|
Definition at line 40 of file pyG4TouchableHistory.cc.
42 class_<G4TouchableHistory, G4TouchableHistory*, bases<G4VTouchable> >
43 (
"G4TouchableHistory",
"touchable history class")