Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/geometry/solids/Boolean/src/G4UnionSolid.cc

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/Boolean/src/G4UnionSolid.cc (Version 11.3.0) and /geometry/solids/Boolean/src/G4UnionSolid.cc (Version 6.2.p1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                    <<   3 // * DISCLAIMER                                                       *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th <<   5 // * The following disclaimer summarizes all the specific disclaimers *
  6 // * the Geant4 Collaboration.  It is provided <<   6 // * of contributors to this software. The specific disclaimers,which *
  7 // * conditions of the Geant4 Software License <<   7 // * govern, are listed with their locations in:                      *
  8 // * LICENSE and available at  http://cern.ch/ <<   8 // *   http://cern.ch/geant4/license                                  *
  9 // * include a list of copyright holders.      << 
 10 // *                                                9 // *                                                                  *
 11 // * Neither the authors of this software syst     10 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     11 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     12 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     13 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file  <<  14 // * use.                                                             *
 16 // * for the full disclaimer and the limitatio << 
 17 // *                                               15 // *                                                                  *
 18 // * This  code  implementation is the result  <<  16 // * This  code  implementation is the  intellectual property  of the *
 19 // * technical work of the GEANT4 collaboratio <<  17 // * GEANT4 collaboration.                                            *
 20 // * By using,  copying,  modifying or  distri <<  18 // * By copying,  distributing  or modifying the Program (or any work *
 21 // * any work based  on the software)  you  ag <<  19 // * based  on  the Program)  you indicate  your  acceptance of  this *
 22 // * use  in  resulting  scientific  publicati <<  20 // * statement, and all its terms.                                    *
 23 // * acceptance of all terms of the Geant4 Sof << 
 24 // *******************************************     21 // ********************************************************************
 25 //                                                 22 //
 26 // Implementation of methods for the class G4U << 
 27 //                                                 23 //
 28 // 23.04.18 E.Tcherniaev: added extended BBox, <<  24 // $Id: G4UnionSolid.cc,v 1.25 2004/02/27 08:38:09 grichine Exp $
 29 // 17.03.17 E.Tcherniaev: revision of SurfaceN <<  25 // GEANT4 tag $Name: geant4-06-01 $
                                                   >>  26 //
                                                   >>  27 // Implementation of methods for the class G4IntersectionSolid
                                                   >>  28 //
                                                   >>  29 // History:
                                                   >>  30 //
 30 // 12.09.98 V.Grichine: first implementation       31 // 12.09.98 V.Grichine: first implementation
                                                   >>  32 // 28.11.98 V.Grichine: fix while loops in DistToIn/Out 
                                                   >>  33 // 27.07.99 V.Grichine: modifications in DistToOut(p,v,...), while -> do-while
                                                   >>  34 // 16.03.01 V.Grichine: modifications in CalculateExtent()
                                                   >>  35 //
 31 // -------------------------------------------     36 // --------------------------------------------------------------------
 32                                                    37 
 33 #include <sstream>                             << 
 34                                                << 
 35 #include "G4UnionSolid.hh"                         38 #include "G4UnionSolid.hh"
 36                                                    39 
 37 #include "G4SystemOfUnits.hh"                  << 
 38 #include "G4VoxelLimits.hh"                        40 #include "G4VoxelLimits.hh"
 39 #include "G4VPVParameterisation.hh"                41 #include "G4VPVParameterisation.hh"
 40 #include "G4GeometryTolerance.hh"              << 
 41                                                    42 
 42 #include "G4VGraphicsScene.hh"                     43 #include "G4VGraphicsScene.hh"
 43 #include "G4Polyhedron.hh"                         44 #include "G4Polyhedron.hh"
 44 #include "G4PolyhedronArbitrary.hh"            <<  45 #include "G4NURBS.hh"
 45 #include "HepPolyhedronProcessor.h"            <<  46 // #include "G4NURBSbox.hh"
 46                                                << 
 47 #include "G4IntersectionSolid.hh"              << 
 48                                                    47 
 49 ////////////////////////////////////////////// <<  48 ///////////////////////////////////////////////////////////////////
 50 //                                                 49 //
 51 // Transfer all data members to G4BooleanSolid     50 // Transfer all data members to G4BooleanSolid which is responsible
 52 // for them. pName will be in turn sent to G4V     51 // for them. pName will be in turn sent to G4VSolid
 53                                                    52 
 54 G4UnionSolid:: G4UnionSolid( const G4String& p     53 G4UnionSolid:: G4UnionSolid( const G4String& pName,
 55                                    G4VSolid* p     54                                    G4VSolid* pSolidA ,
 56                                    G4VSolid* p     55                                    G4VSolid* pSolidB )
 57   : G4BooleanSolid(pName,pSolidA,pSolidB)          56   : G4BooleanSolid(pName,pSolidA,pSolidB)
 58 {                                                  57 {
 59   Init();                                      << 
 60 }                                                  58 }
 61                                                    59 
 62 ////////////////////////////////////////////// <<  60 /////////////////////////////////////////////////////////////////////
 63 //                                                 61 //
 64 // Constructor                                     62 // Constructor
 65                                                    63  
 66 G4UnionSolid::G4UnionSolid( const G4String& pN     64 G4UnionSolid::G4UnionSolid( const G4String& pName,
 67                                   G4VSolid* pS     65                                   G4VSolid* pSolidA ,
 68                                   G4VSolid* pS     66                                   G4VSolid* pSolidB ,
 69                                   G4RotationMa     67                                   G4RotationMatrix* rotMatrix,
 70                             const G4ThreeVecto     68                             const G4ThreeVector& transVector )
 71   : G4BooleanSolid(pName,pSolidA,pSolidB,rotMa     69   : G4BooleanSolid(pName,pSolidA,pSolidB,rotMatrix,transVector)
 72                                                    70 
 73 {                                                  71 {
 74   Init();                                      << 
 75 }                                                  72 }
 76                                                    73 
 77 ////////////////////////////////////////////// <<  74 ///////////////////////////////////////////////////////////
 78 //                                                 75 //
 79 // Constructor                                     76 // Constructor
 80                                                    77  
 81 G4UnionSolid::G4UnionSolid( const G4String& pN     78 G4UnionSolid::G4UnionSolid( const G4String& pName,
 82                                   G4VSolid* pS     79                                   G4VSolid* pSolidA ,
 83                                   G4VSolid* pS     80                                   G4VSolid* pSolidB ,
 84                             const G4Transform3     81                             const G4Transform3D& transform )
 85   : G4BooleanSolid(pName,pSolidA,pSolidB,trans     82   : G4BooleanSolid(pName,pSolidA,pSolidB,transform)
 86 {                                                  83 {
 87   Init();                                      << 
 88 }                                                  84 } 
 89                                                    85 
 90 ////////////////////////////////////////////// << 
 91 //                                             << 
 92 // Fake default constructor - sets only member << 
 93 //                            for usage restri << 
 94                                                    86 
 95 G4UnionSolid::G4UnionSolid( __void__& a )      <<  87 ///////////////////////////////////////////////////////////
 96   : G4BooleanSolid(a)                          << 
 97 {                                              << 
 98 }                                              << 
 99                                                << 
100 ////////////////////////////////////////////// << 
101 //                                                 88 //
102 // Destructor                                      89 // Destructor
103                                                    90 
104 G4UnionSolid::~G4UnionSolid()                      91 G4UnionSolid::~G4UnionSolid()
105 = default;                                     << 
106                                                << 
107 ////////////////////////////////////////////// << 
108 //                                             << 
109 // Copy constructor                            << 
110                                                << 
111 G4UnionSolid::G4UnionSolid(const G4UnionSolid& << 
112   : G4BooleanSolid (rhs)                       << 
113 {                                                  92 {
114   fPMin = rhs.fPMin;                           << 
115   fPMax = rhs.fPMax;                           << 
116   halfCarTolerance=0.5*kCarTolerance;          << 
117 }                                                  93 }
118                                                    94 
119 ////////////////////////////////////////////// <<  95 ///////////////////////////////////////////////////////////////
120 //                                                 96 //
121 // Assignment operator                         << 
122                                                << 
123 G4UnionSolid& G4UnionSolid::operator = (const  << 
124 {                                              << 
125   // Check assignment to self                  << 
126   //                                           << 
127   if (this == &rhs)  { return *this; }         << 
128                                                << 
129   // Copy base class data                      << 
130   //                                           << 
131   G4BooleanSolid::operator=(rhs);              << 
132                                                << 
133   fPMin = rhs.fPMin;                           << 
134   fPMax = rhs.fPMax;                           << 
135   halfCarTolerance = rhs.halfCarTolerance;     << 
136                                                << 
137   return *this;                                << 
138 }                                              << 
139                                                << 
140 ////////////////////////////////////////////// << 
141 //                                                 97 //
142 // Initialisation                              << 
143                                                << 
144 void G4UnionSolid::Init()                      << 
145 {                                              << 
146   G4ThreeVector pdelta(kCarTolerance,kCarToler << 
147   G4ThreeVector pmin, pmax;                    << 
148   BoundingLimits(pmin, pmax);                  << 
149   fPMin = pmin - pdelta;                       << 
150   fPMax = pmax + pdelta;                       << 
151   halfCarTolerance=0.5*kCarTolerance;          << 
152 }                                              << 
153                                                << 
154 ////////////////////////////////////////////// << 
155 //                                             << 
156 // Get bounding box                            << 
157                                                << 
158 void G4UnionSolid::BoundingLimits(G4ThreeVecto << 
159                                   G4ThreeVecto << 
160 {                                              << 
161   G4ThreeVector minA,maxA, minB,maxB;          << 
162   fPtrSolidA->BoundingLimits(minA,maxA);       << 
163   fPtrSolidB->BoundingLimits(minB,maxB);       << 
164                                                << 
165   pMin.set(std::min(minA.x(),minB.x()),        << 
166            std::min(minA.y(),minB.y()),        << 
167            std::min(minA.z(),minB.z()));       << 
168                                                << 
169   pMax.set(std::max(maxA.x(),maxB.x()),        << 
170            std::max(maxA.y(),maxB.y()),        << 
171            std::max(maxA.z(),maxB.z()));       << 
172                                                << 
173   // Check correctness of the bounding box     << 
174   //                                           << 
175   if (pMin.x() >= pMax.x() || pMin.y() >= pMax << 
176   {                                            << 
177     std::ostringstream message;                << 
178     message << "Bad bounding box (min >= max)  << 
179             << GetName() << " !"               << 
180             << "\npMin = " << pMin             << 
181             << "\npMax = " << pMax;            << 
182     G4Exception("G4UnionSolid::BoundingLimits( << 
183                 JustWarning, message);         << 
184     DumpInfo();                                << 
185   }                                            << 
186 }                                              << 
187                                                << 
188 ////////////////////////////////////////////// << 
189 //                                             << 
190 // Calculate extent under transform and specif << 
191                                                    98      
192 G4bool                                             99 G4bool 
193 G4UnionSolid::CalculateExtent( const EAxis pAx    100 G4UnionSolid::CalculateExtent( const EAxis pAxis,
194                                const G4VoxelLi    101                                const G4VoxelLimits& pVoxelLimit,
195                                const G4AffineT    102                                const G4AffineTransform& pTransform,
196                                      G4double&    103                                      G4double& pMin,
197                                      G4double&    104                                      G4double& pMax ) const 
198 {                                                 105 {
199   G4bool   touchesA, touchesB, out ;              106   G4bool   touchesA, touchesB, out ;
200   G4double minA =  kInfinity, minB =  kInfinit    107   G4double minA =  kInfinity, minB =  kInfinity, 
201            maxA = -kInfinity, maxB = -kInfinit    108            maxA = -kInfinity, maxB = -kInfinity; 
202                                                   109 
203   touchesA = fPtrSolidA->CalculateExtent( pAxi    110   touchesA = fPtrSolidA->CalculateExtent( pAxis, pVoxelLimit, 
204                                           pTra    111                                           pTransform, minA, maxA);
205   touchesB = fPtrSolidB->CalculateExtent( pAxi << 112   touchesB= fPtrSolidB->CalculateExtent( pAxis, pVoxelLimit, 
206                                           pTra << 113                                          pTransform, minB, maxB);
207   if( touchesA || touchesB )                      114   if( touchesA || touchesB )
208   {                                               115   {
209     pMin = std::min( minA, minB );                116     pMin = std::min( minA, minB ); 
210     pMax = std::max( maxA, maxB );                117     pMax = std::max( maxA, maxB );
211     out  = true ;                                 118     out  = true ; 
212   }                                               119   }
213   else                                         << 120   else out = false ;
214   {                                            << 
215     out = false ;                              << 
216   }                                            << 
217                                                   121 
218   return out ;  // It exists in this slice if     122   return out ;  // It exists in this slice if either one does.
219 }                                                 123 }
220                                                   124  
221 ////////////////////////////////////////////// << 125 /////////////////////////////////////////////////////
222 //                                                126 //
223 // Important comment: When solids A and B touc    127 // Important comment: When solids A and B touch together along flat
224 // surface the surface points will be consider    128 // surface the surface points will be considered as kSurface, while points 
225 // located around will correspond to kInside      129 // located around will correspond to kInside
226                                                   130 
227 EInside G4UnionSolid::Inside( const G4ThreeVec    131 EInside G4UnionSolid::Inside( const G4ThreeVector& p ) const
228 {                                                 132 {
229   if (std::max(p.z()-fPMax.z(), fPMin.z()-p.z( << 133   EInside positionA = fPtrSolidA->Inside(p) ;
230                                                << 134   EInside positionB = fPtrSolidB->Inside(p) ;
231   EInside positionA = fPtrSolidA->Inside(p);   << 135   
232   if (positionA == kInside)  { return position << 136   if( positionA == kInside  || positionB == kInside )
233   EInside positionB = fPtrSolidB->Inside(p);   << 137   {    
234   if (positionA == kOutside) { return position << 138     return kInside ;
235                                                << 139   }
236   if (positionB == kInside)  { return position << 140   else
237   if (positionB == kOutside) { return position << 141   {
238                                                << 142     if((positionA != kInside && positionB == kSurface) ||
239   // Both points are on surface                << 143        (positionB != kInside && positionA == kSurface) ||
240   //                                           << 144        (positionA == kSurface && positionB == kSurface)   )
241   static const G4double rtol                   << 145     {
242     = 1000*G4GeometryTolerance::GetInstance()- << 146       return kSurface ;
243                                                << 147     }
244   return ((fPtrSolidA->SurfaceNormal(p) +      << 148     else
245            fPtrSolidB->SurfaceNormal(p)).mag2( << 149     {
                                                   >> 150       return kOutside ;
                                                   >> 151     }
                                                   >> 152   }
246 }                                                 153 }
247                                                   154 
248 ////////////////////////////////////////////// << 155 //////////////////////////////////////////////////////////////
                                                   >> 156 //
249 //                                                157 //
250 // Get surface normal                          << 
251                                                   158 
252 G4ThreeVector                                     159 G4ThreeVector 
253 G4UnionSolid::SurfaceNormal( const G4ThreeVect    160 G4UnionSolid::SurfaceNormal( const G4ThreeVector& p ) const 
254 {                                                 161 {
255   EInside positionA = fPtrSolidA->Inside(p);   << 162     G4ThreeVector normal;
256   EInside positionB = fPtrSolidB->Inside(p);   << 
257                                                << 
258   if (positionA == kSurface &&                 << 
259       positionB == kOutside) return fPtrSolidA << 
260                                                   163 
261   if (positionA == kOutside &&                 << 164 #ifdef G4BOOLDEBUG
262       positionB == kSurface) return fPtrSolidB << 165     if( Inside(p) == kOutside )
                                                   >> 166     {
                                                   >> 167       G4cout << "WARNING - Invalid call in "
                                                   >> 168              << "G4UnionSolid::SurfaceNormal(p)" << G4endl
                                                   >> 169              << "  Point p is outside !" << G4endl;
                                                   >> 170       G4cout << "          p = " << p << G4endl;
                                                   >> 171       G4cerr << "WARNING - Invalid call in "
                                                   >> 172              << "G4UnionSolid::SurfaceNormal(p)" << G4endl
                                                   >> 173              << "  Point p is outside !" << G4endl;
                                                   >> 174       G4cerr << "          p = " << p << G4endl;
                                                   >> 175     }
                                                   >> 176 #endif
263                                                   177 
264   if (positionA == kSurface &&                 << 178     if(fPtrSolidA->Inside(p) == kSurface && fPtrSolidB->Inside(p) != kInside) 
265       positionB == kSurface)                   << 
266   {                                            << 
267     if (Inside(p) == kSurface)                 << 
268     {                                             179     {
269       G4ThreeVector normalA = fPtrSolidA->Surf << 180        normal= fPtrSolidA->SurfaceNormal(p) ;
270       G4ThreeVector normalB = fPtrSolidB->Surf << 
271       return (normalA + normalB).unit();       << 
272     }                                             181     }
273   }                                            << 182     else if(fPtrSolidB->Inside(p) == kSurface && 
                                                   >> 183             fPtrSolidA->Inside(p) != kInside)
                                                   >> 184     {
                                                   >> 185        normal= fPtrSolidB->SurfaceNormal(p) ;
                                                   >> 186     }
                                                   >> 187     else 
                                                   >> 188     {
                                                   >> 189       normal= fPtrSolidA->SurfaceNormal(p) ;
274 #ifdef G4BOOLDEBUG                                190 #ifdef G4BOOLDEBUG
275   G4String surf[3] = { "OUTSIDE", "SURFACE", " << 191       if(Inside(p)==kInside)
276   std::ostringstream message;                  << 192       {
277   G4int oldprc = message.precision(16);        << 193         G4cout << "WARNING - Invalid call in "
278   message << "Invalid call of SurfaceNormal(p) << 194              << "G4UnionSolid::SurfaceNormal(p)" << G4endl
279           << GetName() << " !"                 << 195              << "  Point p is inside !" << G4endl;
280           << "\nPoint p" << p << " is " << sur << 196         G4cout << "          p = " << p << G4endl;
281   message.precision(oldprc);                   << 197         G4cerr << "WARNING - Invalid call in "
282   G4Exception("G4UnionSolid::SurfaceNormal()", << 198              << "G4UnionSolid::SurfaceNormal(p)" << G4endl
283               JustWarning, message);           << 199              << "  Point p is inside !" << G4endl;
                                                   >> 200         G4cerr << "          p = " << p << G4endl;
                                                   >> 201       }
284 #endif                                            202 #endif
285   return fPtrSolidA->SurfaceNormal(p);         << 203     }
                                                   >> 204     return normal;
286 }                                                 205 }
287                                                   206 
288 ////////////////////////////////////////////// << 207 /////////////////////////////////////////////////////////////
289 //                                                208 //
290 // The same algorithm as in DistanceToIn(p)       209 // The same algorithm as in DistanceToIn(p)
291                                                   210 
292 G4double                                          211 G4double 
293 G4UnionSolid::DistanceToIn( const G4ThreeVecto    212 G4UnionSolid::DistanceToIn( const G4ThreeVector& p,
294                             const G4ThreeVecto << 213                                    const G4ThreeVector& v  ) const 
295 {                                                 214 {
296 #ifdef G4BOOLDEBUG                                215 #ifdef G4BOOLDEBUG
297   if( Inside(p) == kInside )                      216   if( Inside(p) == kInside )
298   {                                               217   {
299     G4cout << "WARNING - Invalid call in "        218     G4cout << "WARNING - Invalid call in "
300            << "G4UnionSolid::DistanceToIn(p,v)    219            << "G4UnionSolid::DistanceToIn(p,v)" << G4endl
301            << "  Point p is inside !" << G4end    220            << "  Point p is inside !" << G4endl;
302     G4cout << "          p = " << p << G4endl;    221     G4cout << "          p = " << p << G4endl;
303     G4cout << "          v = " << v << G4endl;    222     G4cout << "          v = " << v << G4endl;
304     G4cerr << "WARNING - Invalid call in "        223     G4cerr << "WARNING - Invalid call in "
305            << "G4UnionSolid::DistanceToIn(p,v)    224            << "G4UnionSolid::DistanceToIn(p,v)" << G4endl
306            << "  Point p is inside !" << G4end    225            << "  Point p is inside !" << G4endl;
307     G4cerr << "          p = " << p << G4endl;    226     G4cerr << "          p = " << p << G4endl;
308     G4cerr << "          v = " << v << G4endl;    227     G4cerr << "          v = " << v << G4endl;
309   }                                               228   }
310 #endif                                            229 #endif
311                                                   230 
312   return std::min(fPtrSolidA->DistanceToIn(p,v    231   return std::min(fPtrSolidA->DistanceToIn(p,v),
313                   fPtrSolidB->DistanceToIn(p,v << 232                     fPtrSolidB->DistanceToIn(p,v) ) ;
314 }                                                 233 }
315                                                   234 
316 ////////////////////////////////////////////// << 235 ////////////////////////////////////////////////////////
317 //                                                236 //
318 // Approximate nearest distance from the point    237 // Approximate nearest distance from the point p to the union of
319 // two solids                                     238 // two solids
320                                                   239 
321 G4double                                          240 G4double 
322 G4UnionSolid::DistanceToIn( const G4ThreeVecto << 241 G4UnionSolid::DistanceToIn( const G4ThreeVector& p) const 
323 {                                                 242 {
324 #ifdef G4BOOLDEBUG                                243 #ifdef G4BOOLDEBUG
325   if( Inside(p) == kInside )                      244   if( Inside(p) == kInside )
326   {                                               245   {
327     G4cout << "WARNING - Invalid call in "        246     G4cout << "WARNING - Invalid call in "
328            << "G4UnionSolid::DistanceToIn(p)"     247            << "G4UnionSolid::DistanceToIn(p)" << G4endl
329            << "  Point p is inside !" << G4end    248            << "  Point p is inside !" << G4endl;
330     G4cout << "          p = " << p << G4endl;    249     G4cout << "          p = " << p << G4endl;
331     G4cerr << "WARNING - Invalid call in "        250     G4cerr << "WARNING - Invalid call in "
332            << "G4UnionSolid::DistanceToIn(p)"     251            << "G4UnionSolid::DistanceToIn(p)" << G4endl
333            << "  Point p is inside !" << G4end    252            << "  Point p is inside !" << G4endl;
334     G4cerr << "          p = " << p << G4endl;    253     G4cerr << "          p = " << p << G4endl;
335   }                                               254   }
336 #endif                                            255 #endif
337   G4double distA = fPtrSolidA->DistanceToIn(p)    256   G4double distA = fPtrSolidA->DistanceToIn(p) ;
338   G4double distB = fPtrSolidB->DistanceToIn(p)    257   G4double distB = fPtrSolidB->DistanceToIn(p) ;
339   G4double safety = std::min(distA,distB) ;       258   G4double safety = std::min(distA,distB) ;
340   if(safety < 0.0) safety = 0.0 ;                 259   if(safety < 0.0) safety = 0.0 ;
341   return safety ;                                 260   return safety ;
342 }                                                 261 }
343                                                   262 
344 ////////////////////////////////////////////// << 263 //////////////////////////////////////////////////////////
345 //                                                264 //
346 // The same algorithm as DistanceToOut(p)         265 // The same algorithm as DistanceToOut(p)
347                                                   266 
348 G4double                                          267 G4double 
349 G4UnionSolid::DistanceToOut( const G4ThreeVect    268 G4UnionSolid::DistanceToOut( const G4ThreeVector& p,
350                              const G4ThreeVect << 269            const G4ThreeVector& v,
351                              const G4bool calc << 270            const G4bool calcNorm,
352                                    G4bool* val << 271                  G4bool *validNorm,
353                                    G4ThreeVect << 272                  G4ThreeVector *n      ) const 
354 {                                                 273 {
355   G4double  dist = 0.0, disTmp = 0.0 ;            274   G4double  dist = 0.0, disTmp = 0.0 ;
356   G4ThreeVector normTmp;                          275   G4ThreeVector normTmp;
357   G4ThreeVector* nTmp = &normTmp;              << 276   G4ThreeVector* nTmp= &normTmp;
358                                                   277 
359   if( Inside(p) == kOutside )                     278   if( Inside(p) == kOutside )
360   {                                               279   {
361 #ifdef G4BOOLDEBUG                                280 #ifdef G4BOOLDEBUG
362       G4cout << "Position:"  << G4endl << G4en    281       G4cout << "Position:"  << G4endl << G4endl;
363       G4cout << "p.x() = "   << p.x()/mm << "     282       G4cout << "p.x() = "   << p.x()/mm << " mm" << G4endl;
364       G4cout << "p.y() = "   << p.y()/mm << "     283       G4cout << "p.y() = "   << p.y()/mm << " mm" << G4endl;
365       G4cout << "p.z() = "   << p.z()/mm << "     284       G4cout << "p.z() = "   << p.z()/mm << " mm" << G4endl << G4endl;
366       G4cout << "Direction:" << G4endl << G4en    285       G4cout << "Direction:" << G4endl << G4endl;
367       G4cout << "v.x() = "   << v.x() << G4end    286       G4cout << "v.x() = "   << v.x() << G4endl;
368       G4cout << "v.y() = "   << v.y() << G4end    287       G4cout << "v.y() = "   << v.y() << G4endl;
369       G4cout << "v.z() = "   << v.z() << G4end    288       G4cout << "v.z() = "   << v.z() << G4endl << G4endl;
370       G4cout << "WARNING - Invalid call in "      289       G4cout << "WARNING - Invalid call in "
371              << "G4UnionSolid::DistanceToOut(p    290              << "G4UnionSolid::DistanceToOut(p,v)" << G4endl
372              << "  Point p is outside !" << G4    291              << "  Point p is outside !" << G4endl;
373       G4cout << "          p = " << p << G4end    292       G4cout << "          p = " << p << G4endl;
374       G4cout << "          v = " << v << G4end    293       G4cout << "          v = " << v << G4endl;
375       G4cerr << "WARNING - Invalid call in "      294       G4cerr << "WARNING - Invalid call in "
376              << "G4UnionSolid::DistanceToOut(p    295              << "G4UnionSolid::DistanceToOut(p,v)" << G4endl
377              << "  Point p is outside !" << G4    296              << "  Point p is outside !" << G4endl;
378       G4cerr << "          p = " << p << G4end    297       G4cerr << "          p = " << p << G4endl;
379       G4cerr << "          v = " << v << G4end    298       G4cerr << "          v = " << v << G4endl;
380 #endif                                            299 #endif
381   }                                               300   }
382   else                                            301   else
383   {                                               302   {
384     EInside positionA = fPtrSolidA->Inside(p)     303     EInside positionA = fPtrSolidA->Inside(p) ;
                                                   >> 304     // EInside positionB = fPtrSolidB->Inside(p) ;
385                                                   305 
386     if( positionA != kOutside )                   306     if( positionA != kOutside )
387     {                                             307     { 
388       do  // Loop checking, 13.08.2015, G.Cosm << 308       do
389       {                                           309       {
390         disTmp = fPtrSolidA->DistanceToOut(p+d    310         disTmp = fPtrSolidA->DistanceToOut(p+dist*v,v,calcNorm,
391                                            val << 311                                            validNorm,nTmp)        ;
392         dist += disTmp ;                          312         dist += disTmp ;
393                                                   313 
394         if(fPtrSolidB->Inside(p+dist*v) != kOu    314         if(fPtrSolidB->Inside(p+dist*v) != kOutside)
395         {                                         315         { 
396           disTmp = fPtrSolidB->DistanceToOut(p    316           disTmp = fPtrSolidB->DistanceToOut(p+dist*v,v,calcNorm,
397                                              v << 317                                             validNorm,nTmp)         ;
398           dist += disTmp ;                        318           dist += disTmp ;
399         }                                         319         }
400       }                                           320       }
401       while( (fPtrSolidA->Inside(p+dist*v) !=  << 321       //     while( Inside(p+dist*v) == kInside ) ;
402           && (disTmp > halfCarTolerance) );    << 322            while( fPtrSolidA->Inside(p+dist*v) != kOutside && 
                                                   >> 323                   disTmp > 0.5*kCarTolerance ) ;
403     }                                             324     }
404     else // if( positionB != kOutside )           325     else // if( positionB != kOutside )
405     {                                             326     {
406       do  // Loop checking, 13.08.2015, G.Cosm << 327       do
407       {                                           328       {
408         disTmp = fPtrSolidB->DistanceToOut(p+d    329         disTmp = fPtrSolidB->DistanceToOut(p+dist*v,v,calcNorm,
409                                            val << 330                                            validNorm,nTmp)        ; 
410         dist += disTmp ;                          331         dist += disTmp ;
411                                                   332 
412         if(fPtrSolidA->Inside(p+dist*v) != kOu    333         if(fPtrSolidA->Inside(p+dist*v) != kOutside)
413         {                                         334         { 
414           disTmp = fPtrSolidA->DistanceToOut(p    335           disTmp = fPtrSolidA->DistanceToOut(p+dist*v,v,calcNorm,
415                                              v << 336                                             validNorm,nTmp)         ;
416           dist += disTmp ;                        337           dist += disTmp ;
417         }                                         338         }
418       }                                           339       }
419       while( (fPtrSolidB->Inside(p+dist*v) !=  << 340       //  while( Inside(p+dist*v) == kInside ) ;
420           && (disTmp > halfCarTolerance) );    << 341         while( (fPtrSolidB->Inside(p+dist*v) != kOutside)
                                                   >> 342             && (disTmp > 0.5*kCarTolerance) ) ;
421     }                                             343     }
422   }                                               344   }
423   if( calcNorm )                                  345   if( calcNorm )
424   {                                               346   { 
425      *validNorm = false ;                         347      *validNorm = false ;
426      *n         = *nTmp ;                         348      *n         = *nTmp ;   
427   }                                               349   }
428   return dist ;                                   350   return dist ;
429 }                                                 351 }
430                                                   352 
431 ////////////////////////////////////////////// << 353 //////////////////////////////////////////////////////////////
432 //                                                354 //
433 // Inverted algorithm of DistanceToIn(p)          355 // Inverted algorithm of DistanceToIn(p)
434                                                   356 
435 G4double                                          357 G4double 
436 G4UnionSolid::DistanceToOut( const G4ThreeVect    358 G4UnionSolid::DistanceToOut( const G4ThreeVector& p ) const 
437 {                                                 359 {
438   G4double distout = 0.0;                         360   G4double distout = 0.0;
439   if( Inside(p) == kOutside )                     361   if( Inside(p) == kOutside )
440   {                                               362   {
441 #ifdef G4BOOLDEBUG                                363 #ifdef G4BOOLDEBUG
442     G4cout << "WARNING - Invalid call in "        364     G4cout << "WARNING - Invalid call in "
443            << "G4UnionSolid::DistanceToOut(p)"    365            << "G4UnionSolid::DistanceToOut(p)" << G4endl
444            << "  Point p is outside !" << G4en    366            << "  Point p is outside !" << G4endl;
445     G4cout << "          p = " << p << G4endl;    367     G4cout << "          p = " << p << G4endl;
446     G4cerr << "WARNING - Invalid call in "        368     G4cerr << "WARNING - Invalid call in "
447            << "G4UnionSolid::DistanceToOut(p)"    369            << "G4UnionSolid::DistanceToOut(p)" << G4endl
448            << "  Point p is outside !" << G4en    370            << "  Point p is outside !" << G4endl;
449     G4cerr << "          p = " << p << G4endl;    371     G4cerr << "          p = " << p << G4endl;
450 #endif                                            372 #endif
451   }                                               373   }
452   else                                            374   else
453   {                                               375   {
454     EInside positionA = fPtrSolidA->Inside(p)     376     EInside positionA = fPtrSolidA->Inside(p) ;
455     EInside positionB = fPtrSolidB->Inside(p)     377     EInside positionB = fPtrSolidB->Inside(p) ;
456                                                   378   
457     //  Is this equivalent ??                     379     //  Is this equivalent ??
458     //    if( ! (  (positionA == kOutside)) &&    380     //    if( ! (  (positionA == kOutside)) && 
459     //             (positionB == kOutside))  )    381     //             (positionB == kOutside))  ) 
460     if((positionA == kInside  && positionB ==     382     if((positionA == kInside  && positionB == kInside  ) ||
461        (positionA == kInside  && positionB ==     383        (positionA == kInside  && positionB == kSurface ) ||
462        (positionA == kSurface && positionB ==     384        (positionA == kSurface && positionB == kInside  )     )
463     {                                             385     {     
464       distout= std::max(fPtrSolidA->DistanceTo    386       distout= std::max(fPtrSolidA->DistanceToOut(p),
465                         fPtrSolidB->DistanceTo << 387                           fPtrSolidB->DistanceToOut(p) ) ;
466     }                                             388     }
467     else                                          389     else
468     {                                             390     {
469       if(positionA == kOutside)                   391       if(positionA == kOutside)
470       {                                           392       {
471         distout= fPtrSolidB->DistanceToOut(p)     393         distout= fPtrSolidB->DistanceToOut(p) ;
472       }                                           394       }
473       else                                        395       else
474       {                                           396       {
475         distout= fPtrSolidA->DistanceToOut(p)     397         distout= fPtrSolidA->DistanceToOut(p) ;
476       }                                           398       }
477     }                                             399     }
478   }                                               400   }
479   return distout;                                 401   return distout;
480 }                                                 402 }
481                                                   403 
482 ////////////////////////////////////////////// << 404 //////////////////////////////////////////////////////////////
                                                   >> 405 //
483 //                                                406 //
484 // GetEntityType                               << 
485                                                   407 
486 G4GeometryType G4UnionSolid::GetEntityType() c    408 G4GeometryType G4UnionSolid::GetEntityType() const 
487 {                                                 409 {
488   return {"G4UnionSolid"};                     << 410   return G4String("G4UnionSolid");
489 }                                                 411 }
490                                                   412 
491 ////////////////////////////////////////////// << 413 //////////////////////////////////////////////////////////////
492 //                                                414 //
493 // Make a clone of the object                  << 
494                                                << 
495 G4VSolid* G4UnionSolid::Clone() const          << 
496 {                                              << 
497   return new G4UnionSolid(*this);              << 
498 }                                              << 
499                                                << 
500 ////////////////////////////////////////////// << 
501 //                                                415 //
502 // ComputeDimensions                           << 
503                                                   416 
504 void                                              417 void 
505 G4UnionSolid::ComputeDimensions(       G4VPVPa    418 G4UnionSolid::ComputeDimensions(       G4VPVParameterisation*,
506                                  const G4int,     419                                  const G4int,
507                                  const G4VPhys    420                                  const G4VPhysicalVolume* ) 
508 {                                                 421 {
509 }                                                 422 }
510                                                   423 
511 ////////////////////////////////////////////// << 424 /////////////////////////////////////////////////
512 //                                                425 //
513 // DescribeYourselfTo                          << 426 //                    
514                                                   427 
515 void                                              428 void 
516 G4UnionSolid::DescribeYourselfTo ( G4VGraphics    429 G4UnionSolid::DescribeYourselfTo ( G4VGraphicsScene& scene ) const 
517 {                                                 430 {
518   scene.AddSolid (*this);                      << 431   scene.AddThis (*this);
519 }                                                 432 }
520                                                   433 
521 ////////////////////////////////////////////// << 434 ////////////////////////////////////////////////////
                                                   >> 435 //
522 //                                                436 //
523 // CreatePolyhedron                            << 
524                                                   437 
525 G4Polyhedron*                                     438 G4Polyhedron* 
526 G4UnionSolid::CreatePolyhedron () const        << 439 G4UnionSolid::CreatePolyhedron () const 
527 {                                                 440 {
528   if (fExternalBoolProcessor == nullptr)       << 441   G4Polyhedron* pA = fPtrSolidA->CreatePolyhedron();
529   {                                            << 442   G4Polyhedron* pB = fPtrSolidB->CreatePolyhedron();
530     HepPolyhedronProcessor processor;          << 443   G4Polyhedron* resultant = new G4Polyhedron (pA->add(*pB));
531     // Stack components and components of comp << 444   delete pB;
532     // See G4BooleanSolid::StackPolyhedron     << 445   delete pA;
533     G4Polyhedron* top = StackPolyhedron(proces << 446   return resultant;
534     auto result = new G4Polyhedron(*top);      << 
535     if (processor.execute(*result))            << 
536     {                                          << 
537       return result;                           << 
538     }                                          << 
539     else                                       << 
540     {                                          << 
541       return nullptr;                          << 
542     }                                          << 
543   }                                            << 
544   else                                         << 
545   {                                            << 
546     return fExternalBoolProcessor->Process(thi << 
547   }                                            << 
548 }                                                 447 }
549                                                   448 
550 ////////////////////////////////////////////// << 449 /////////////////////////////////////////////////////////
                                                   >> 450 //
551 //                                                451 //
552 // GetCubicVolume                              << 
553                                                   452 
554 G4double G4UnionSolid::GetCubicVolume()        << 453 G4NURBS*      
                                                   >> 454 G4UnionSolid::CreateNURBS      () const 
555 {                                                 455 {
556   if( fCubicVolume >= 0. )                     << 456   // Take into account boolean operation - see CreatePolyhedron.
557   {                                            << 457   // return new G4NURBSbox (1.0, 1.0, 1.0);
558     return fCubicVolume;                       << 458   return 0;
559   }                                            << 
560   G4ThreeVector bminA, bmaxA, bminB, bmaxB;    << 
561   fPtrSolidA->BoundingLimits(bminA, bmaxA);    << 
562   fPtrSolidB->BoundingLimits(bminB, bmaxB);    << 
563   G4bool noIntersection =                      << 
564      bminA.x() >= bmaxB.x() || bminA.y() >= bm << 
565      bminB.x() >= bmaxA.x() || bminB.y() >= bm << 
566                                                << 
567   if (noIntersection)                          << 
568   {                                            << 
569     fCubicVolume = fPtrSolidA->GetCubicVolume( << 
570   }                                            << 
571   else                                         << 
572   {                                            << 
573     if (GetNumOfConstituents() > 10)           << 
574     {                                          << 
575       fCubicVolume = G4BooleanSolid::GetCubicV << 
576     }                                          << 
577     else                                       << 
578     {                                          << 
579       G4IntersectionSolid intersectVol("Tempor << 
580                                        fPtrSol << 
581       intersectVol.SetCubVolStatistics(GetCubV << 
582       intersectVol.SetCubVolEpsilon(GetCubVolE << 
583                                                << 
584       fCubicVolume = fPtrSolidA->GetCubicVolum << 
585         - intersectVol.GetCubicVolume();       << 
586     }                                          << 
587   }                                            << 
588   return fCubicVolume;                         << 
589 }                                                 459 }
590                                                   460