44#if defined(G4GEOM_USE_USOLIDS)
45#define G4GEOM_USE_UTET 1
48#if defined(G4GEOM_USE_UTET)
64 G4bool* degeneracyFlag =
nullptr);
72 G4bool* degeneracyFlag =
nullptr);
109 const G4bool calcNorm =
false,
110 G4bool* validNorm =
nullptr,
118 std::ostream&
StreamInfo(std::ostream& os)
const override;
158 mutable G4bool fRebuildPolyhedron =
false;
G4Polyhedron * CreatePolyhedron() const override
G4VSolid * Clone() const override
G4Polyhedron * GetPolyhedron() const override
G4bool CalculateExtent(const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pmin, G4double &pmax) const override
G4GeometryType GetEntityType() const override
void DescribeYourselfTo(G4VGraphicsScene &scene) const override
G4Tet & operator=(const G4Tet &rhs)
G4ThreeVector GetPointOnSurface() const override
G4double GetSurfaceArea() override
void SetBoundingLimits(const G4ThreeVector &pMin, const G4ThreeVector &pMax)
G4Tet(const G4String &pName, const G4ThreeVector &anchor, const G4ThreeVector &p1, const G4ThreeVector &p2, const G4ThreeVector &p3, G4bool *degeneracyFlag=nullptr)
G4double DistanceToOut(const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=nullptr, G4ThreeVector *n=nullptr) const override
void PrintWarnings(G4bool)
std::ostream & StreamInfo(std::ostream &os) const override
G4double GetCubicVolume() override
G4VisExtent GetExtent() const override
G4ThreeVector SurfaceNormal(const G4ThreeVector &p) const override
G4bool CheckDegeneracy(const G4ThreeVector &p0, const G4ThreeVector &p1, const G4ThreeVector &p2, const G4ThreeVector &p3) const
std::vector< G4ThreeVector > GetVertices() const
void ComputeDimensions(G4VPVParameterisation *p, const G4int n, const G4VPhysicalVolume *pRep) override
EInside Inside(const G4ThreeVector &p) const override
void SetVertices(const G4ThreeVector &anchor, const G4ThreeVector &p1, const G4ThreeVector &p2, const G4ThreeVector &p3, G4bool *degeneracyFlag=nullptr)
void BoundingLimits(G4ThreeVector &pMin, G4ThreeVector &pMax) const override
G4double DistanceToIn(const G4ThreeVector &p, const G4ThreeVector &v) const override