63 #ifndef G4ExtrudedSolid_HH
64 #define G4ExtrudedSolid_HH
66 #if defined(G4GEOM_USE_USOLIDS)
67 #define G4GEOM_USE_UEXTRUDEDSOLID 1
70 #if defined(G4GEOM_USE_UEXTRUDEDSOLID)
71 #define G4UExtrudedSolid G4ExtrudedSolid
101 const std::vector<G4TwoVector>& polygon,
102 const std::vector<ZSection>& zsections);
106 const std::vector<G4TwoVector>& polygon,
119 inline std::vector<G4TwoVector>
GetPolygon()
const;
130 const G4bool calcNorm=
false,
141 std::ostream&
StreamInfo(std::ostream &os)
const;
std::vector< G4TwoVector > GetPolygon() const
G4GeometryType GetEntityType() const
void Extent(G4ThreeVector &pMin, G4ThreeVector &pMax) const
CLHEP::Hep3Vector G4ThreeVector
std::vector< G4TwoVector > fOffset0s
std::vector< G4double > fScale0s
std::vector< ExP01TrackerHit * > a
std::vector< ZSection > fZSections
G4ExtrudedSolid(const G4String &pName, const std::vector< G4TwoVector > &polygon, const std::vector< ZSection > &zsections)
G4bool IsSameSide(const G4TwoVector &p1, const G4TwoVector &p2, const G4TwoVector &l1, const G4TwoVector &l2) const
virtual ~G4ExtrudedSolid()
EInside Inside(const G4ThreeVector &p) const
G4TwoVector ProjectPoint(const G4ThreeVector &point) const
G4bool AddGeneralPolygonFacets()
G4TwoVector GetVertex(G4int index) const
G4double GetAngle(const G4TwoVector &p0, const G4TwoVector &pa, const G4TwoVector &pb) const
void ComputeProjectionParameters()
G4double DistanceToOut(const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=0, G4ThreeVector *n=0) const
G4bool CalculateExtent(const EAxis pAxis, const G4VoxelLimits &pVoxelLimit, const G4AffineTransform &pTransform, G4double &pMin, G4double &pMax) const
G4int GetNofVertices() const
ZSection(G4double z, const G4TwoVector &offset, G4double scale)
std::vector< G4double > fKScales
G4int GetNofZSections() const
std::ostream & StreamInfo(std::ostream &os) const
std::vector< G4TwoVector > fKOffsets
ZSection GetZSection(G4int index) const
G4bool IsPointInside(const G4TwoVector &a, const G4TwoVector &b, const G4TwoVector &c, const G4TwoVector &p) const
CLHEP::Hep2Vector G4TwoVector
G4bool IsSameLine(const G4TwoVector &p, const G4TwoVector &l1, const G4TwoVector &l2) const
std::vector< ZSection > GetZSections() const
G4VFacet * MakeUpFacet(G4int ind1, G4int ind2, G4int ind3) const
G4GeometryType fGeometryType
G4bool IsSameLineSegment(const G4TwoVector &p, const G4TwoVector &l1, const G4TwoVector &l2) const
G4ExtrudedSolid & operator=(const G4ExtrudedSolid &rhs)
G4VFacet * MakeDownFacet(G4int ind1, G4int ind2, G4int ind3) const
std::vector< std::vector< G4int > > fTriangles
std::vector< G4TwoVector > fPolygon