33 #include <boost/python.hpp> 
   36 using namespace boost::python;
 
   51   return new G4Hype(name, newInnerRadius, newOuterRadius,
 
   52                     newInnerStereo, newOuterStereo,
 
   58 using namespace pyG4Hype;
 
   65   class_<G4Hype, G4Hype*, bases<G4VSolid> >
 
   66     (
"G4Hype", 
"hyperbolic solid class", no_init)
 
   82     .def(self_ns::str(
self))
 
   86     def(
"CreateHype", 
CreateHype, return_value_policy<manage_new_object>());