58 #ifndef G4Paraboloid_HH 
   59 #define G4Paraboloid_HH 
   61 #if defined(G4GEOM_USE_USOLIDS) 
   62 #define G4GEOM_USE_UPARABOLOID 1 
   65 #if (defined(G4GEOM_USE_UPARABOLOID) && defined(G4GEOM_USE_SYS_USOLIDS)) 
   66   #define G4UParaboloid G4Paraboloid 
   70 #include <CLHEP/Units/PhysicalConstants.h> 
  127     std::ostream& 
StreamInfo(std::ostream& os) 
const;
 
  157                                          G4int& noPolygonVertices) 
const;
 
  170 #endif  // defined(G4GEOM_USE_UPARABOLOID) && defined(G4GEOM_USE_SYS_USOLIDS) 
  172 #endif // G4Paraboloid_HH 
CLHEP::Hep3Vector G4ThreeVector
 
G4Polyhedron * fpPolyhedron
 
G4Paraboloid & operator=(const G4Paraboloid &rhs)
 
G4double GetSurfaceArea()
 
G4double GetCubicVolume()
 
G4GeometryType GetEntityType() const 
 
G4double GetRadiusMinusZ() const 
 
G4double CalculateSurfaceArea() const 
 
void SetRadiusPlusZ(G4double R2)
 
G4ThreeVector SurfaceNormal(const G4ThreeVector &p) const 
 
void DescribeYourselfTo(G4VGraphicsScene &scene) const 
 
void SetRadiusMinusZ(G4double R1)
 
G4double GetZHalfLength() const 
 
std::vector< G4ThreeVector > G4ThreeVectorList
 
G4bool CalculateExtent(const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pmin, G4double &pmax) const 
 
G4double DistanceToOut(const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=G4bool(false), G4bool *validNorm=0, G4ThreeVector *n=0) const 
 
G4double DistanceToIn(const G4ThreeVector &p, const G4ThreeVector &v) const 
 
EInside Inside(const G4ThreeVector &p) const 
 
std::ostream & StreamInfo(std::ostream &os) const 
 
G4double GetRadiusPlusZ() const 
 
void SetZHalfLength(G4double dz)
 
G4ThreeVector GetPointOnSurface() const 
 
G4ThreeVectorList * CreateRotatedVertices(const G4AffineTransform &pTransform, G4int &noPolygonVertices) const 
 
G4Polyhedron * GetPolyhedron() const 
 
G4Paraboloid(const G4String &pName, G4double pDz, G4double pR1, G4double pR2)
 
G4Polyhedron * CreatePolyhedron() const 
 
G4bool fRebuildPolyhedron