31 #include <boost/python.hpp>
34 using namespace boost::python;
49 return new G4Hype(name, newInnerRadius, newOuterRadius,
50 newInnerStereo, newOuterStereo,
56 using namespace pyG4Hype;
63 class_<G4Hype, G4Hype*, bases<G4VSolid> >
64 (
"G4Hype",
"hyperbolic solid class", no_init)
80 .def(self_ns::str(
self))
84 def(
"CreateHype",
CreateHype, return_value_policy<manage_new_object>());