32 #include <boost/python.hpp> 
   44   return new G4Orb(name, pRmax);
 
   56   class_<G4Orb, G4Orb*, bases<G4VSolid> >
 
   57     (
"G4Orb", 
"Orb solid class", no_init)
 
   59     .def(init<const G4String&, G4double>())
 
   64     .def(self_ns::str(
self))
 
   68     def(
"CreateOrb", 
CreateOrb, return_value_policy<manage_new_object>());
 
void SetRadius(G4double newRmax)
 
G4double GetRadius() const 
 
G4Orb * CreateOrb(const G4String &name, G4double pRmax)