Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
class G4DisplacedSolid : public G4VSolid
|
||||
{
|
||||
public: // with description
|
||||
public:
|
||||
|
||||
G4DisplacedSolid( const G4String& pName,
|
||||
G4VSolid* pSolid ,
|
||||
@@ -62,10 +62,6 @@ class G4DisplacedSolid : public G4VSolid
|
||||
|
||||
virtual ~G4DisplacedSolid() ;
|
||||
|
||||
public: // without description
|
||||
|
||||
// It also has all the methods that a solid requires, eg.
|
||||
|
||||
EInside Inside( const G4ThreeVector& p ) const ;
|
||||
|
||||
void BoundingLimits(G4ThreeVector& pMin, G4ThreeVector& pMax) const;
|
||||
@@ -97,9 +93,10 @@ class G4DisplacedSolid : public G4VSolid
|
||||
|
||||
void CleanTransformations();
|
||||
|
||||
G4ThreeVector GetPointOnSurface() const;
|
||||
G4double GetCubicVolume();
|
||||
G4double GetSurfaceArea();
|
||||
|
||||
public: // with description
|
||||
G4ThreeVector GetPointOnSurface() const;
|
||||
|
||||
G4GeometryType GetEntityType() const;
|
||||
G4VSolid* Clone() const;
|
||||
@@ -134,8 +131,6 @@ class G4DisplacedSolid : public G4VSolid
|
||||
|
||||
std::ostream& StreamInfo(std::ostream& os) const;
|
||||
|
||||
public: // without description
|
||||
|
||||
G4DisplacedSolid(__void__&);
|
||||
// Fake default constructor for usage restricted to direct object
|
||||
// persistency for clients requiring preallocation of memory for
|
||||
|
||||
Reference in New Issue
Block a user