Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "UPolyhedra.hh"
|
||||
#include "G4PolyhedraSide.hh"
|
||||
#include "G4PolyhedraHistorical.hh"
|
||||
#include "G4Polyhedron.hh"
|
||||
|
||||
class G4EnclosingCylinder;
|
||||
class G4ReduciblePolygon;
|
||||
@@ -78,6 +79,8 @@ class G4UPolyhedra : public G4USolid
|
||||
const G4int n,
|
||||
const G4VPhysicalVolume* pRep);
|
||||
|
||||
G4VSolid* Clone() const;
|
||||
|
||||
inline UPolyhedra* GetShape() const;
|
||||
|
||||
inline G4int GetNumSide() const;
|
||||
@@ -173,7 +176,7 @@ inline void G4UPolyhedra::SetOriginalParameters(G4PolyhedraHistorical* pars)
|
||||
pdata->Rmin[i] = pars->Rmin[i];
|
||||
pdata->Rmax[i] = pars->Rmax[i];
|
||||
}
|
||||
ResetPolyhedron();
|
||||
fRebuildPolyhedron = true;
|
||||
}
|
||||
inline G4bool G4UPolyhedra::Reset()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user