Geant4_10
|
#include <G4RegionStore.hh>
Public Member Functions | |
G4bool | IsModified () const |
void | ResetRegionModified () |
void | UpdateMaterialList (G4VPhysicalVolume *currentWorld=0) |
G4Region * | GetRegion (const G4String &name, G4bool verbose=true) const |
G4Region * | FindOrCreateRegion (const G4String &name) |
void | SetWorldVolume () |
Static Public Member Functions | |
static void | Register (G4Region *pSolid) |
static void | DeRegister (G4Region *pSolid) |
static G4RegionStore * | GetInstance () |
static void | SetNotifier (G4VStoreNotifier *pNotifier) |
static void | Clean () |
Protected Member Functions | |
G4RegionStore () | |
virtual | ~G4RegionStore () |
Definition at line 63 of file G4RegionStore.hh.
|
protected |
Definition at line 58 of file G4RegionStore.cc.
|
protectedvirtual |
|
static |
Definition at line 77 of file G4RegionStore.cc.
Definition at line 142 of file G4RegionStore.cc.
|
static |
Definition at line 216 of file G4RegionStore.cc.
G4bool G4RegionStore::IsModified | ( | ) | const |
Definition at line 132 of file G4RegionStore.cc.
void G4RegionStore::ResetRegionModified | ( | ) |
|
static |
void G4RegionStore::SetWorldVolume | ( | ) |
void G4RegionStore::UpdateMaterialList | ( | G4VPhysicalVolume * | currentWorld = 0 | ) |
Definition at line 203 of file G4RegionStore.cc.