38 #if defined(G4GEOM_USE_USOLIDS)
47 G4UParaboloid::G4UParaboloid(
const G4String& pName,
51 : G4USolid(pName, new UParaboloid(pName, rlo, rhi, dz))
59 G4UParaboloid::G4UParaboloid( __void__&
a )
67 G4UParaboloid::~G4UParaboloid() { }
73 G4UParaboloid::G4UParaboloid(
const G4UParaboloid& rhs)
81 G4UParaboloid& G4UParaboloid::operator = (
const G4UParaboloid& rhs)
85 if (
this == &rhs) {
return *
this; }
89 G4USolid::operator=(rhs);
98 G4VSolid* G4UParaboloid::Clone()
const
100 return new G4UParaboloid(*
this);
103 #endif // G4GEOM_USE_USOLIDS