43 #ifndef G4UPARABOLOID_HH    44 #define G4UPARABOLOID_HH    48 #if ( defined(G4GEOM_USE_USOLIDS) || defined(G4GEOM_USE_PARTIAL_USOLIDS) )    50 #include "UParaboloid.hh"    54 class G4UParaboloid : 
public G4USolid
    66     inline UParaboloid* GetShape() 
const;
    76     G4UParaboloid(__void__&);
    81     G4UParaboloid( 
const G4UParaboloid &source );
    82     G4UParaboloid &operator=( 
const G4UParaboloid &source );
    91 inline UParaboloid* G4UParaboloid::GetShape()
 const    93   return (UParaboloid*) fShape;
    98   return "G4Paraboloid";
   101 #endif  // G4GEOM_USE_USOLIDS