Import Geant4 8.2.0 source tree
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Tet.hh,v 1.7 2006/06/29 18:47:38 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-01 $
|
||||
// $Id: G4Tet.hh,v 1.9 2006/11/13 08:58:03 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------------
|
||||
@@ -46,6 +46,7 @@
|
||||
// -------
|
||||
// 03.09.2004 - M.H.Mendenhall & R.A.Weller (Vanderbilt University, USA)
|
||||
// 10.02.2005 - D.Anninos (CERN) - Added GetPointOnSurface() method.
|
||||
// 12.11.2006 - M.H.Mendenhall - Added GetSurfaceArea() concrete implementation.
|
||||
// --------------------------------------------------------------------
|
||||
#ifndef G4TET_HH
|
||||
#define G4TET_HH
|
||||
@@ -90,7 +91,8 @@ class G4Tet : public G4VSolid
|
||||
|
||||
G4double DistanceToOut(const G4ThreeVector& p) const;
|
||||
|
||||
G4double GetCubicVolume() {return fCubicVolume;}
|
||||
G4double GetCubicVolume();
|
||||
G4double GetSurfaceArea();
|
||||
|
||||
G4GeometryType GetEntityType() const;
|
||||
|
||||
@@ -114,7 +116,7 @@ class G4Tet : public G4VSolid
|
||||
// persistifiable objects.
|
||||
|
||||
const char* CVSHeaderVers()
|
||||
{ return "$Id: G4Tet.hh,v 1.7 2006/06/29 18:47:38 gunter Exp $"; }
|
||||
{ return "$Id: G4Tet.hh,v 1.9 2006/11/13 08:58:03 gcosmo Exp $"; }
|
||||
const char* CVSFileVers()
|
||||
{ return CVSVers; }
|
||||
void PrintWarnings(G4bool flag)
|
||||
@@ -135,7 +137,7 @@ class G4Tet : public G4VSolid
|
||||
|
||||
private:
|
||||
|
||||
G4double fCubicVolume;
|
||||
G4double fCubicVolume, fSurfaceArea;
|
||||
|
||||
mutable G4Polyhedron* fpPolyhedron;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user