49#if defined(G4GEOM_USE_USOLIDS)
50#define G4GEOM_USE_UELLIPSOID 1
53#if (defined(G4GEOM_USE_UELLIPSOID) && defined(G4GEOM_USE_SYS_USOLIDS))
54 #define G4UEllipsoid G4Ellipsoid
108 const G4bool calcNorm =
false,
109 G4bool* validNorm =
nullptr,
117 std::ostream&
StreamInfo(std::ostream& os)
const;
146 void CheckParameters();
152 G4double LateralSurfaceArea()
const;
179 mutable G4double fLateralArea = 0.0;
180 mutable G4bool fRebuildPolyhedron =
false;
184#include "G4Ellipsoid.icc"
G4double GetSemiAxisMax(G4int i) const
G4double DistanceToOut(const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=nullptr, G4ThreeVector *n=nullptr) const
void DescribeYourselfTo(G4VGraphicsScene &scene) const
void SetZCuts(G4double newzBottomCut, G4double newzTopCut)
std::ostream & StreamInfo(std::ostream &os) const
G4double DistanceToIn(const G4ThreeVector &p, const G4ThreeVector &v) const
G4Polyhedron * GetPolyhedron() const
G4Polyhedron * CreatePolyhedron() const
G4double GetZTopCut() const
G4double GetZBottomCut() const
EInside Inside(const G4ThreeVector &p) const
void ComputeDimensions(G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
G4double GetSurfaceArea()
G4bool CalculateExtent(const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pmin, G4double &pmax) const
void SetSemiAxis(G4double x, G4double y, G4double z)
G4Ellipsoid & operator=(const G4Ellipsoid &rhs)
void BoundingLimits(G4ThreeVector &pMin, G4ThreeVector &pMax) const
G4double GetCubicVolume()
G4ThreeVector GetPointOnSurface() const
G4ThreeVector SurfaceNormal(const G4ThreeVector &p) const
G4VisExtent GetExtent() const
G4GeometryType GetEntityType() const