Import Geant4 10.2.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4RegionStore.hh 66872 2013-01-15 01:25:57Z japost $
|
||||
// $Id: G4RegionStore.hh 89814 2015-04-30 14:49:43Z gcosmo $
|
||||
//
|
||||
// class G4RegionStore
|
||||
//
|
||||
@@ -64,9 +64,9 @@ class G4RegionStore : public std::vector<G4Region*>
|
||||
{
|
||||
public: // with description
|
||||
|
||||
static void Register(G4Region* pSolid);
|
||||
static void Register(G4Region* pRegion);
|
||||
// Add the region to the collection.
|
||||
static void DeRegister(G4Region* pSolid);
|
||||
static void DeRegister(G4Region* pRegion);
|
||||
// Remove the region from the collection.
|
||||
static G4RegionStore* GetInstance();
|
||||
// Get a ptr to the unique G4RegionStore, creating it if necessary.
|
||||
|
||||
Reference in New Issue
Block a user