Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Polycone.hh>
Classes | |
struct | surface_element |
Protected Member Functions | |
G4bool | SetOriginalParameters (G4ReduciblePolygon *rz) |
void | Create (G4double phiStart, G4double phiTotal, G4ReduciblePolygon *rz) |
void | CopyStuff (const G4Polycone &source) |
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 | |
G4double | startPhi |
G4double | endPhi |
G4bool | phiIsOpen = false |
G4int | numCorner |
G4PolyconeSideRZ * | corners = nullptr |
G4PolyconeHistorical * | 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 75 of file G4Polycone.hh.
G4Polycone::G4Polycone | ( | const G4String & | name, |
G4double | phiStart, | ||
G4double | phiTotal, | ||
G4int | numZPlanes, | ||
const G4double | zPlane[], | ||
const G4double | rInner[], | ||
const G4double | rOuter[] ) |
Definition at line 58 of file G4Polycone.cc.
Referenced by Clone().
G4Polycone::G4Polycone | ( | const G4String & | name, |
G4double | phiStart, | ||
G4double | phiTotal, | ||
G4int | numRZ, | ||
const G4double | r[], | ||
const G4double | z[] ) |
Definition at line 131 of file G4Polycone.cc.
|
override |
Definition at line 341 of file G4Polycone.cc.
G4Polycone::G4Polycone | ( | __void__ & | a | ) |
Definition at line 332 of file G4Polycone.cc.
G4Polycone::G4Polycone | ( | const G4Polycone & | source | ) |
Definition at line 357 of file G4Polycone.cc.
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 509 of file G4Polycone.cc.
Referenced by CalculateExtent().
|
overridevirtual |
Implements G4VSolid.
Definition at line 557 of file G4Polycone.cc.
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 702 of file G4Polycone.cc.
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 686 of file G4Polycone.cc.
|
protected |
Definition at line 383 of file G4Polycone.cc.
Referenced by G4Polycone(), and operator=().
|
protected |
Definition at line 171 of file G4Polycone.cc.
Referenced by G4Polycone(), G4Polycone(), and Reset().
|
overridevirtual |
Implements G4VCSGfaceted.
Definition at line 949 of file G4Polycone.cc.
|
overridevirtual |
Implements G4VSolid.
Definition at line 502 of file G4Polycone.cc.
|
overridevirtual |
Implements G4VSolid.
Definition at line 485 of file G4Polycone.cc.
|
inline |
|
inline |
Referenced by BoundingLimits(), and CalculateExtent().
|
inline |
Referenced by BoundingLimits(), and CalculateExtent().
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 760 of file G4Polycone.cc.
|
inline |
|
overridevirtual |
Implements G4VSolid.
Definition at line 695 of file G4Polycone.cc.
|
inline |
|
inline |
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 884 of file G4Polycone.cc.
|
inline |
Referenced by BoundingLimits(), and CalculateExtent().
|
inline |
Referenced by BoundingLimits(), and CalculateExtent().
|
inline |
|
overridevirtual |
Reimplemented from G4VSolid.
Definition at line 782 of file G4Polycone.cc.
|
overridevirtual |
Implements G4VSolid.
Definition at line 467 of file G4Polycone.cc.
|
inline |
Referenced by BoundingLimits(), CalculateExtent(), GetSurfaceArea(), and SetSurfaceElements().
G4Polycone & G4Polycone::operator= | ( | const G4Polycone & | source | ) |
Definition at line 365 of file G4Polycone.cc.
G4bool G4Polycone::Reset | ( | ) |
Definition at line 435 of file G4Polycone.cc.
Referenced by G4ParameterisationPolyconePhi::ComputeDimensions(), G4ParameterisationPolyconeRho::ComputeDimensions(), and G4ParameterisationPolyconeZ::ComputeDimensions().
|
inline |
|
protected |
Definition at line 959 of file G4Polycone.cc.
|
protected |
Definition at line 821 of file G4Polycone.cc.
Referenced by GetPointOnSurface().
|
overridevirtual |
Implements G4VSolid.
Definition at line 710 of file G4Polycone.cc.
|
protected |
Definition at line 173 of file G4Polycone.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), operator=(), Reset(), SetOriginalParameters(), StreamInfo(), and ~G4Polycone().
|
protected |
Definition at line 176 of file G4Polycone.hh.
Referenced by CopyStuff(), Create(), DistanceToIn(), Inside(), operator=(), Reset(), and ~G4Polycone().
|
protected |
Definition at line 170 of file G4Polycone.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), SetOriginalParameters(), and StreamInfo().
|
mutableprotected |
Definition at line 179 of file G4Polycone.hh.
Referenced by CopyStuff(), GetPointOnSurface(), Reset(), SetSurfaceElements(), and ~G4Polycone().
|
protected |
Definition at line 172 of file G4Polycone.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), SetOriginalParameters(), and StreamInfo().
|
protected |
Definition at line 174 of file G4Polycone.hh.
Referenced by CopyStuff(), G4Polycone(), operator=(), Reset(), SetOriginalParameters(), StreamInfo(), and ~G4Polycone().
|
protected |
Definition at line 171 of file G4Polycone.hh.
Referenced by CopyStuff(), and Create().
|
protected |
Definition at line 169 of file G4Polycone.hh.
Referenced by CopyStuff(), Create(), CreatePolyhedron(), SetOriginalParameters(), and StreamInfo().