Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/geometry/solids/specific/include/G4GenericPolycone.hh

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /geometry/solids/specific/include/G4GenericPolycone.hh (Version 11.3.0) and /geometry/solids/specific/include/G4GenericPolycone.hh (Version 11.1.1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                         3 // * License and Disclaimer                                           *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th      5 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
  6 // * the Geant4 Collaboration.  It is provided      6 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
  7 // * conditions of the Geant4 Software License      7 // * conditions of the Geant4 Software License,  included in the file *
  8 // * LICENSE and available at  http://cern.ch/      8 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
  9 // * include a list of copyright holders.           9 // * include a list of copyright holders.                             *
 10 // *                                               10 // *                                                                  *
 11 // * Neither the authors of this software syst     11 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     12 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     13 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     14 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file      15 // * use.  Please see the license in the file  LICENSE  and URL above *
 16 // * for the full disclaimer and the limitatio     16 // * for the full disclaimer and the limitation of liability.         *
 17 // *                                               17 // *                                                                  *
 18 // * This  code  implementation is the result      18 // * This  code  implementation is the result of  the  scientific and *
 19 // * technical work of the GEANT4 collaboratio     19 // * technical work of the GEANT4 collaboration.                      *
 20 // * By using,  copying,  modifying or  distri     20 // * By using,  copying,  modifying or  distributing the software (or *
 21 // * any work based  on the software)  you  ag     21 // * any work based  on the software)  you  agree  to acknowledge its *
 22 // * use  in  resulting  scientific  publicati     22 // * use  in  resulting  scientific  publications,  and indicate your *
 23 // * acceptance of all terms of the Geant4 Sof     23 // * acceptance of all terms of the Geant4 Software license.          *
 24 // *******************************************     24 // ********************************************************************
 25 //                                                 25 //
 26 // G4GenericPolycone                               26 // G4GenericPolycone
 27 //                                                 27 //
 28 // Class description:                              28 // Class description:
 29 //                                                 29 //
 30 //   Class implementing a GenericPolycone cons     30 //   Class implementing a GenericPolycone constructed by points with
 31 //          (r,z)coordinates, allows Z 'go bac     31 //          (r,z)coordinates, allows Z 'go back'
 32 //                                                 32 //
 33 //                                                 33 //
 34 //   G4GenericPolycone( const G4String& name,      34 //   G4GenericPolycone( const G4String& name,
 35 //               G4double phiStart,   // initi     35 //               G4double phiStart,   // initial phi starting angle
 36 //               G4double phiTotal,   // total     36 //               G4double phiTotal,   // total phi angle
 37 //               G4int    numRZ,      // numbe     37 //               G4int    numRZ,      // number corners in r,z space
 38 //               const G4double r[],  // r coo     38 //               const G4double r[],  // r coordinate of these corners
 39 //               const G4double z[])  // z coo     39 //               const G4double z[])  // z coordinate of these corners
 40 //                                                 40 //
 41                                                    41 
 42 // Authors: T.Nikitina, G.Cosmo - CERN             42 // Authors: T.Nikitina, G.Cosmo - CERN
 43 // -------------------------------------------     43 // --------------------------------------------------------------------
 44 #ifndef G4GENERICPOLYCONE_HH                       44 #ifndef G4GENERICPOLYCONE_HH
 45 #define G4GENERICPOLYCONE_HH                       45 #define G4GENERICPOLYCONE_HH
 46                                                    46 
 47 #include "G4GeomTypes.hh"                          47 #include "G4GeomTypes.hh"
 48                                                    48 
 49 #if defined(G4GEOM_USE_USOLIDS)                    49 #if defined(G4GEOM_USE_USOLIDS)
 50 #define G4GEOM_USE_UGENERICPOLYCONE 1              50 #define G4GEOM_USE_UGENERICPOLYCONE 1
 51 #endif                                             51 #endif
 52                                                    52 
 53 #if defined(G4GEOM_USE_UGENERICPOLYCONE)           53 #if defined(G4GEOM_USE_UGENERICPOLYCONE)
 54   #define G4UGenericPolycone G4GenericPolycone     54   #define G4UGenericPolycone G4GenericPolycone
 55   #include "G4UGenericPolycone.hh"                 55   #include "G4UGenericPolycone.hh"
 56 #else                                              56 #else
 57                                                    57 
 58 #include "G4VCSGfaceted.hh"                        58 #include "G4VCSGfaceted.hh"
 59 #include "G4PolyconeSide.hh"                       59 #include "G4PolyconeSide.hh"
 60                                                    60 
 61 class G4EnclosingCylinder;                         61 class G4EnclosingCylinder;
 62 class G4ReduciblePolygon;                          62 class G4ReduciblePolygon;
 63 class G4VCSGface;                                  63 class G4VCSGface;
 64                                                    64 
 65 class G4GenericPolycone : public G4VCSGfaceted     65 class G4GenericPolycone : public G4VCSGfaceted
 66 {                                                  66 {
 67   public:                                      << 
 68                                                    67 
 69     G4GenericPolycone( const G4String& name,   <<  68  public:  // with description
 70                              G4double phiStart << 
 71                              G4double phiTotal << 
 72                              G4int    numRZ,   << 
 73                        const G4double r[],   / << 
 74                        const G4double z[] ); / << 
 75                                                    69 
 76     ~G4GenericPolycone() override;             <<  70   G4GenericPolycone( const G4String& name,
                                                   >>  71                     G4double phiStart,    // initial phi starting angle
                                                   >>  72                     G4double phiTotal,    // total phi angle
                                                   >>  73                     G4int    numRZ,       // number corners in r,z space
                                                   >>  74                     const G4double r[],         // r coordinate of these corners
                                                   >>  75                     const G4double z[]       ); // z coordinate of these corners
 77                                                    76 
 78     EInside Inside( const G4ThreeVector &p ) c <<  77   virtual ~G4GenericPolycone();
 79     G4double DistanceToIn( const G4ThreeVector << 
 80                            const G4ThreeVector << 
 81     G4double DistanceToIn( const G4ThreeVector << 
 82                                                    78 
 83     void BoundingLimits(G4ThreeVector& pMin, G <<  79   // Methods for solid
 84     G4bool CalculateExtent(const EAxis pAxis,  << 
 85                            const G4VoxelLimits << 
 86                            const G4AffineTrans << 
 87                                  G4double& pmi << 
 88                                                    80 
 89     G4double GetCubicVolume() override;        <<  81   EInside Inside( const G4ThreeVector &p ) const;
 90     G4double GetSurfaceArea() override;        <<  82   G4double DistanceToIn( const G4ThreeVector &p, const G4ThreeVector &v ) const;
                                                   >>  83   G4double DistanceToIn( const G4ThreeVector &p ) const;
 91                                                    84 
 92     G4ThreeVector GetPointOnSurface() const ov <<  85   void BoundingLimits(G4ThreeVector& pMin, G4ThreeVector& pMax) const;
                                                   >>  86   G4bool CalculateExtent(const EAxis pAxis,
                                                   >>  87                          const G4VoxelLimits& pVoxelLimit,
                                                   >>  88                          const G4AffineTransform& pTransform,
                                                   >>  89                          G4double& pmin, G4double& pmax) const;
 93                                                    90 
 94     G4GeometryType GetEntityType() const overr <<  91   G4double GetCubicVolume();
                                                   >>  92   G4double GetSurfaceArea();
 95                                                    93 
 96     G4VSolid* Clone() const override;          <<  94   G4ThreeVector GetPointOnSurface() const;
 97                                                    95 
 98     std::ostream& StreamInfo(std::ostream& os) <<  96   G4GeometryType GetEntityType() const;
 99                                                    97 
100     G4Polyhedron* CreatePolyhedron() const ove <<  98   G4VSolid* Clone() const;
101                                                    99 
102     G4bool Reset();                            << 100   std::ostream& StreamInfo(std::ostream& os) const;
103                                                   101 
104     // Accessors                               << 102   G4Polyhedron* CreatePolyhedron() const;
105                                                   103 
106     inline G4double GetStartPhi()    const;    << 104   G4bool Reset();
107     inline G4double GetEndPhi()      const;    << 
108     inline G4double GetSinStartPhi() const;    << 
109     inline G4double GetCosStartPhi() const;    << 
110     inline G4double GetSinEndPhi()   const;    << 
111     inline G4double GetCosEndPhi()   const;    << 
112     inline G4bool IsOpen()           const;    << 
113     inline G4int  GetNumRZCorner()   const;    << 
114     inline G4PolyconeSideRZ GetCorner(G4int in << 
115                                                   105 
116     G4GenericPolycone(__void__&);              << 106   // Accessors
117       // Fake default constructor for usage re << 
118       // persistency for clients requiring pre << 
119       // persistifiable objects.               << 
120                                                   107 
121     G4GenericPolycone( const G4GenericPolycone << 108   inline G4double GetStartPhi()    const;
122     G4GenericPolycone& operator=( const G4Gene << 109   inline G4double GetEndPhi()      const;
123       // Copy constructor and assignment opera << 110   inline G4double GetSinStartPhi() const;
                                                   >> 111   inline G4double GetCosStartPhi() const;
                                                   >> 112   inline G4double GetSinEndPhi()   const;
                                                   >> 113   inline G4double GetCosEndPhi()   const;
                                                   >> 114   inline G4bool IsOpen()           const;
                                                   >> 115   inline G4int  GetNumRZCorner()   const;
                                                   >> 116   inline G4PolyconeSideRZ GetCorner(G4int index) const;
124                                                   117 
125   protected:                                   << 118  public:  // without description
126                                                   119 
127     // Generic initializer, called by all cons << 120   G4GenericPolycone(__void__&);
                                                   >> 121     // Fake default constructor for usage restricted to direct object
                                                   >> 122     // persistency for clients requiring preallocation of memory for
                                                   >> 123     // persistifiable objects.
128                                                   124 
129     void Create( G4double phiStart,        //  << 125   G4GenericPolycone( const G4GenericPolycone& source );
130                  G4double phiTotal,        //  << 126   G4GenericPolycone& operator=( const G4GenericPolycone& source );
131                  G4ReduciblePolygon* rz ); //  << 127     // Copy constructor and assignment operator.
132                                                   128 
133     void CopyStuff( const G4GenericPolycone& s << 129  protected:  // without description
134                                                   130 
135     // Methods for random point generation     << 131   // Generic initializer, called by all constructors
136                                                   132 
137     void SetSurfaceElements() const;           << 133   void Create( G4double phiStart,        // initial phi starting angle
                                                   >> 134                G4double phiTotal,        // total phi angle
                                                   >> 135                G4ReduciblePolygon* rz ); // r/z coordinate of these corners
138                                                   136 
139   protected:                                   << 137   void CopyStuff( const G4GenericPolycone& source );
140                                                   138 
141     // Here are our parameters                 << 139   // Methods for random point generation
142                                                   140 
143     G4double startPhi;            // Starting  << 141   void SetSurfaceElements() const;
144     G4double endPhi;              // end phi v << 
145     G4bool   phiIsOpen = false;   // true if t << 
146     G4int    numCorner;           // number RZ << 
147     G4PolyconeSideRZ* corners = nullptr;  // c << 
148                                                   142 
149     G4EnclosingCylinder* enclosingCylinder = n << 143  protected:  // without description
150                                                   144 
151     struct surface_element { G4double area = 0 << 145   // Here are our parameters
152     mutable std::vector<surface_element>* fEle << 146 
                                                   >> 147   G4double startPhi;            // Starting phi value (0 < phiStart < 2pi)
                                                   >> 148   G4double endPhi;              // end phi value (0 < endPhi-phiStart < 2pi)
                                                   >> 149   G4bool   phiIsOpen = false;   // true if there is a phi segment
                                                   >> 150   G4int    numCorner;           // number RZ points
                                                   >> 151   G4PolyconeSideRZ* corners = nullptr;  // corner r,z points
                                                   >> 152 
                                                   >> 153   G4EnclosingCylinder* enclosingCylinder = nullptr; // Our quick test
                                                   >> 154 
                                                   >> 155   struct surface_element { G4double area = 0.; G4int i0 = 0, i1 = 0, i2 = 0; };
                                                   >> 156   mutable std::vector<surface_element>* fElements = nullptr;
153 };                                                157 };
154                                                   158 
155 #include "G4GenericPolycone.icc"                  159 #include "G4GenericPolycone.icc"
156                                                   160 
157 #endif                                            161 #endif
158                                                   162 
159 #endif                                            163 #endif
160                                                   164