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   127     std::ostream& 
StreamInfo(std::ostream& os) 
const;
   157                                          G4int& noPolygonVertices) 
const;
   168 #include "G4Paraboloid.icc"   170 #endif  // defined(G4GEOM_USE_UPARABOLOID) && defined(G4GEOM_USE_SYS_USOLIDS)   172 #endif // G4Paraboloid_HH 
G4double CalculateSurfaceArea() const
 
G4Polyhedron * fpPolyhedron
 
G4Paraboloid & operator=(const G4Paraboloid &rhs)
 
G4double GetSurfaceArea()
 
G4double GetCubicVolume()
 
G4ThreeVector SurfaceNormal(const G4ThreeVector &p) const
 
G4ThreeVectorList * CreateRotatedVertices(const G4AffineTransform &pTransform, G4int &noPolygonVertices) const
 
G4double GetRadiusPlusZ() const
 
G4Polyhedron * CreatePolyhedron() const
 
EInside Inside(const G4ThreeVector &p) const
 
void SetRadiusPlusZ(G4double R2)
 
G4double GetRadiusMinusZ() const
 
void SetRadiusMinusZ(G4double R1)
 
std::ostream & StreamInfo(std::ostream &os) const
 
G4ThreeVector GetPointOnSurface() const
 
G4double DistanceToIn(const G4ThreeVector &p, const G4ThreeVector &v) const
 
std::vector< G4ThreeVector > G4ThreeVectorList
 
G4GeometryType GetEntityType() const
 
void DescribeYourselfTo(G4VGraphicsScene &scene) const
 
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
 
void SetZHalfLength(G4double dz)
 
G4Paraboloid(const G4String &pName, G4double pDz, G4double pR1, G4double pR2)
 
G4Polyhedron * GetPolyhedron() const
 
G4double GetZHalfLength() const
 
G4bool fRebuildPolyhedron