Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
|
||||
class G4TwistedBox : public G4VTwistedFaceted
|
||||
{
|
||||
public: // with description
|
||||
public:
|
||||
|
||||
G4TwistedBox(const G4String& pName,
|
||||
G4double pPhiTwist,
|
||||
@@ -55,7 +55,7 @@ class G4TwistedBox : public G4VTwistedFaceted
|
||||
G4double pDy,
|
||||
G4double pDz );
|
||||
|
||||
virtual ~G4TwistedBox();
|
||||
~G4TwistedBox() override;
|
||||
|
||||
// accessors
|
||||
|
||||
@@ -64,16 +64,14 @@ class G4TwistedBox : public G4VTwistedFaceted
|
||||
inline G4double GetZHalfLength() const { return GetDz() ; }
|
||||
inline G4double GetPhiTwist() const { return GetTwistAngle() ; }
|
||||
|
||||
G4GeometryType GetEntityType() const;
|
||||
G4GeometryType GetEntityType() const override;
|
||||
|
||||
G4double GetCubicVolume();
|
||||
G4double GetSurfaceArea();
|
||||
G4double GetCubicVolume() override;
|
||||
G4double GetSurfaceArea() override;
|
||||
|
||||
G4VSolid* Clone() const;
|
||||
G4VSolid* Clone() const override;
|
||||
|
||||
std::ostream& StreamInfo(std::ostream& os) const;
|
||||
|
||||
public: // without description
|
||||
std::ostream& StreamInfo(std::ostream& os) const override;
|
||||
|
||||
G4TwistedBox(__void__&);
|
||||
// Fake default constructor for usage restricted to direct object
|
||||
|
||||
Reference in New Issue
Block a user