35 #if defined(G4GEOM_USE_USOLIDS) 
   45   : G4USolid(pName, new UOrb(pName, pRmax))
 
   54 G4UOrb::G4UOrb( __void__& 
a )
 
   71 G4UOrb::G4UOrb(
const G4UOrb& rhs)
 
   80 G4UOrb& G4UOrb::operator = (
const G4UOrb& rhs) 
 
   84    if (
this == &rhs)  { 
return *
this; }
 
   88    G4USolid::operator=(rhs);
 
  111   return new G4UOrb(*
this);
 
  114 #endif  // G4GEOM_USE_USOLIDS 
virtual void ComputeDimensions(G4Box &, const G4int, const G4VPhysicalVolume *) const