Import Geant4 7.0.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4SolidStore.hh,v 1.9 2003/11/02 14:01:22 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-06-00-patch-01 $
|
||||
// $Id: G4SolidStore.hh,v 1.10 2004/09/02 07:49:59 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-07-00-cand-01 $
|
||||
//
|
||||
// class G4SolidStore
|
||||
//
|
||||
@@ -56,6 +56,8 @@
|
||||
|
||||
#include "G4VSolid.hh"
|
||||
|
||||
class G4VStoreNotifier;
|
||||
|
||||
class G4SolidStore : public std::vector<G4VSolid*>
|
||||
{
|
||||
public: // with description
|
||||
@@ -66,6 +68,8 @@ class G4SolidStore : public std::vector<G4VSolid*>
|
||||
// Remove the solid from the collection.
|
||||
static G4SolidStore* GetInstance();
|
||||
// Get a ptr to the unique G4SolidStore, creating it if necessary.
|
||||
static void SetNotifier(G4VStoreNotifier* pNotifier);
|
||||
// Assign a notifier for allocation/deallocation of solids.
|
||||
static void Clean();
|
||||
// Delete all solids from the store.
|
||||
|
||||
@@ -79,6 +83,7 @@ class G4SolidStore : public std::vector<G4VSolid*>
|
||||
private:
|
||||
|
||||
static G4SolidStore* fgInstance;
|
||||
static G4VStoreNotifier* fgNotifier;
|
||||
static G4bool locked;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user