Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -20,9 +20,14 @@
|
||||
// * statement, and all its terms. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// Persistent base class for solids created by boolean operations
|
||||
// between other solids
|
||||
//
|
||||
// $Id: G4PBooleanSolid.ddl,v 1.6 2001/07/11 10:02:21 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
|
||||
// Class Description:
|
||||
// Persistent base class for solids created by boolean operations
|
||||
// between other solids
|
||||
|
||||
// History:
|
||||
// 10.11.99 Y.Morita, Initial Creation
|
||||
|
||||
@@ -35,15 +40,17 @@
|
||||
class G4PBooleanSolid
|
||||
: public G4PVSolid
|
||||
{
|
||||
public:
|
||||
public: // With description
|
||||
G4PBooleanSolid( const G4String& pName,
|
||||
HepRef(G4PVSolid) persSolidA,
|
||||
HepRef(G4PVSolid) persSolidB );
|
||||
virtual ~G4PBooleanSolid();
|
||||
// Constructor and Destructor
|
||||
|
||||
virtual G4VSolid* MakeTransientBooleanSolid(
|
||||
G4VSolid* aSolidA,
|
||||
G4VSolid* aSolidB ) const = 0;
|
||||
// Creates a transient boolean solid object.
|
||||
|
||||
public: // With Description
|
||||
// If Solid is made up from a Boolean operation of two solids,
|
||||
|
||||
Reference in New Issue
Block a user