44#if defined(G4GEOM_USE_USOLIDS)
45#define G4GEOM_USE_UTET 1
48#if defined(G4GEOM_USE_UTET)
66 G4bool* degeneracyFlag =
nullptr);
76 G4bool* degeneracyFlag =
nullptr);
113 const G4bool calcNorm =
false,
114 G4bool* validNorm =
nullptr,
122 std::ostream&
StreamInfo(std::ostream& os)
const;
164 mutable G4bool fRebuildPolyhedron =
false;
G4double DistanceToIn(const G4ThreeVector &p, const G4ThreeVector &v) const
void ComputeDimensions(G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep)
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=false, G4bool *validNorm=nullptr, G4ThreeVector *n=nullptr) const
G4Tet & operator=(const G4Tet &rhs)
void BoundingLimits(G4ThreeVector &pMin, G4ThreeVector &pMax) const
G4Polyhedron * GetPolyhedron() const
G4ThreeVector SurfaceNormal(const G4ThreeVector &p) const
G4GeometryType GetEntityType() const
void SetBoundingLimits(const G4ThreeVector &pMin, const G4ThreeVector &pMax)
G4ThreeVector GetPointOnSurface() const
void PrintWarnings(G4bool)
G4double GetSurfaceArea()
std::ostream & StreamInfo(std::ostream &os) const
G4double GetCubicVolume()
G4bool CheckDegeneracy(const G4ThreeVector &p0, const G4ThreeVector &p1, const G4ThreeVector &p2, const G4ThreeVector &p3) const
G4Polyhedron * CreatePolyhedron() const
std::vector< G4ThreeVector > GetVertices() const
void SetVertices(const G4ThreeVector &anchor, const G4ThreeVector &p1, const G4ThreeVector &p2, const G4ThreeVector &p3, G4bool *degeneracyFlag=nullptr)
G4VisExtent GetExtent() const
EInside Inside(const G4ThreeVector &p) const
void DescribeYourselfTo(G4VGraphicsScene &scene) const