Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Polyhedra.hh>
Classes | |
struct | surface_element |
Protected Member Functions | |
void | SetOriginalParameters (G4ReduciblePolygon *rz) |
void | Create (G4double phiStart, G4double phiTotal, G4int numSide, G4ReduciblePolygon *rz) |
void | CopyStuff (const G4Polyhedra &source) |
void | DeleteStuff () |
void | SetSurfaceElements () const |
Protected Member Functions inherited from G4VCSGfaceted | |
virtual G4double | DistanceTo (const G4ThreeVector &p, const G4bool outgoing) const |
G4ThreeVector | GetPointOnSurfaceGeneric () const |
void | CopyStuff (const G4VCSGfaceted &source) |
void | DeleteStuff () |
Protected Member Functions inherited from G4VSolid | |
void | CalculateClippedPolygonExtent (G4ThreeVectorList &pPolygon, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const |
void | ClipCrossSection (G4ThreeVectorList *pVertices, const G4int pSectionIndex, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const |
void | ClipBetweenSections (G4ThreeVectorList *pVertices, const G4int pSectionIndex, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis, G4double &pMin, G4double &pMax) const |
void | ClipPolygon (G4ThreeVectorList &pPolygon, const G4VoxelLimits &pVoxelLimit, const EAxis pAxis) const |
Protected Attributes | |
G4int | numSide = 0 |
G4double | startPhi |
G4double | endPhi |
G4bool | phiIsOpen = false |
G4bool | genericPgon = false |
G4int | numCorner = 0 |
G4PolyhedraSideRZ * | corners = nullptr |
G4PolyhedraHistorical * | original_parameters = nullptr |
G4EnclosingCylinder * | enclosingCylinder = nullptr |
std::vector< surface_element > * | fElements = nullptr |
Protected Attributes inherited from G4VCSGfaceted | |
G4int | numFace = 0 |
G4VCSGface ** | faces = nullptr |
G4double | fCubicVolume = 0.0 |
G4double | fSurfaceArea = 0.0 |
G4bool | fRebuildPolyhedron = false |
G4Polyhedron * | fpPolyhedron = nullptr |
Protected Attributes inherited from G4VSolid | |
G4double | kCarTolerance |
Definition at line 74 of file G4Polyhedra.hh.
G4Polyhedra::G4Polyhedra | ( | const G4String & | name, |
G4double | phiStart, | ||
G4double | phiTotal, | ||
G4int | numSide, | ||
G4int | numZPlanes, | ||
const G4double | zPlane[], | ||
const G4double | rInner[], | ||
const G4double | rOuter[] ) |
Definition at line 71 of file G4Polyhedra.cc.
Referenced by Clone().
G4Polyhedra::G4Polyhedra | ( | const G4String & | name, |
G4double | phiStart, | ||
G4double | phiTotal, | ||
G4int | numSide, | ||
G4int | numRZ, | ||
const G4double | r[], | ||
const G4double | z[] ) |
Definition at line 153 of file G4Polyhedra.cc.
|
override |
Definition at line 364 of file G4Polyhedra.cc.
G4Polyhedra::G4Polyhedra | ( | __void__ & | a | ) |
Definition at line 357 of file G4Polyhedra.cc.
G4Polyhedra::G4Polyhedra | ( | const G4Polyhedra & | source | ) |
Definition at line 380 of file G4Polyhedra.cc.
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 547 of file G4Polyhedra.cc.
Referenced by CalculateExtent().
|
overridevirtual |
Implements G4VSolid.
Definition at line 615 of file G4Polyhedra.cc.
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 747 of file G4Polyhedra.cc.
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 731 of file G4Polyhedra.cc.
|
protected |
Definition at line 405 of file G4Polyhedra.cc.
Referenced by G4Polyhedra(), and operator=().
|
protected |
Definition at line 187 of file G4Polyhedra.cc.
Referenced by G4Polyhedra(), G4Polyhedra(), and Reset().
|
overridevirtual |
Implements G4VCSGfaceted.
Definition at line 1029 of file G4Polyhedra.cc.
|
protected |
|
overridevirtual |
Implements G4VSolid.
Definition at line 540 of file G4Polyhedra.cc.
|
overridevirtual |
Implements G4VSolid.
Definition at line 523 of file G4Polyhedra.cc.
|
inline |
|
inline |
|
inline |
Referenced by BoundingLimits(), and CalculateExtent().
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 806 of file G4Polyhedra.cc.
|
inline |
|
overridevirtual |
Implements G4VSolid.
Definition at line 740 of file G4Polyhedra.cc.
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 948 of file G4Polyhedra.cc.
|
inline |
|
inline |
Referenced by BoundingLimits(), and CalculateExtent().
|
inline |
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 829 of file G4Polyhedra.cc.
|
overridevirtual |
Implements G4VSolid.
Definition at line 505 of file G4Polyhedra.cc.
|
inline |
Referenced by G4GDMLWriteSolids::PolyhedraWrite().
|
inline |
Referenced by BoundingLimits(), CalculateExtent(), GetSurfaceArea(), and SetSurfaceElements().
G4Polyhedra & G4Polyhedra::operator= | ( | const G4Polyhedra & | source | ) |
Definition at line 388 of file G4Polyhedra.cc.
G4bool G4Polyhedra::Reset | ( | ) |
Definition at line 462 of file G4Polyhedra.cc.
Referenced by G4ParameterisationPolyhedraPhi::ComputeDimensions(), G4ParameterisationPolyhedraRho::ComputeDimensions(), and G4ParameterisationPolyhedraZ::ComputeDimensions().
|
inline |
|
protected |
Definition at line 1039 of file G4Polyhedra.cc.
|
protected |
Definition at line 870 of file G4Polyhedra.cc.
Referenced by GetPointOnSurface().
|
overridevirtual |
Implements G4VSolid.
Definition at line 754 of file G4Polyhedra.cc.
|
protected |
Definition at line 184 of file G4Polyhedra.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), operator=(), Reset(), SetOriginalParameters(), StreamInfo(), and ~G4Polyhedra().
|
protected |
Definition at line 187 of file G4Polyhedra.hh.
Referenced by CopyStuff(), Create(), DistanceToIn(), Inside(), operator=(), Reset(), and ~G4Polyhedra().
|
protected |
Definition at line 180 of file G4Polyhedra.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), SetOriginalParameters(), and StreamInfo().
|
mutableprotected |
Definition at line 190 of file G4Polyhedra.hh.
Referenced by CopyStuff(), GetPointOnSurface(), Reset(), SetSurfaceElements(), and ~G4Polyhedra().
|
protected |
Definition at line 182 of file G4Polyhedra.hh.
Referenced by CopyStuff(), Reset(), and StreamInfo().
|
protected |
Definition at line 183 of file G4Polyhedra.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), SetOriginalParameters(), and StreamInfo().
|
protected |
Definition at line 178 of file G4Polyhedra.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), SetOriginalParameters(), and StreamInfo().
|
protected |
Definition at line 185 of file G4Polyhedra.hh.
Referenced by CopyStuff(), G4Polyhedra(), operator=(), Reset(), SetOriginalParameters(), StreamInfo(), and ~G4Polyhedra().
|
protected |
Definition at line 181 of file G4Polyhedra.hh.
Referenced by CopyStuff(), and Create().
|
protected |
Definition at line 179 of file G4Polyhedra.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), SetOriginalParameters(), and StreamInfo().