Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhysicalVolumeStore.hh>
Public Member Functions | |
G4VPhysicalVolume * | GetVolume (const G4String &name, G4bool verbose=true, G4bool reverseSearch=false) const |
G4bool | IsMapValid () const |
void | SetMapValid (G4bool val) |
const std::map< G4String, std::vector< G4VPhysicalVolume * > > & | GetMap () const |
void | UpdateMap () |
virtual | ~G4PhysicalVolumeStore () |
G4PhysicalVolumeStore (const G4PhysicalVolumeStore &)=delete | |
G4PhysicalVolumeStore & | operator= (const G4PhysicalVolumeStore &)=delete |
Static Public Member Functions | |
static void | Register (G4VPhysicalVolume *pSolid) |
static void | DeRegister (G4VPhysicalVolume *pSolid) |
static G4PhysicalVolumeStore * | GetInstance () |
static void | SetNotifier (G4VStoreNotifier *pNotifier) |
static void | Clean () |
Protected Member Functions | |
G4PhysicalVolumeStore () | |
Definition at line 54 of file G4PhysicalVolumeStore.hh.
|
virtual |
Definition at line 66 of file G4PhysicalVolumeStore.cc.
|
delete |
Referenced by Clean(), DeRegister(), G4PhysicalVolumeStore(), GetInstance(), GetVolume(), operator=(), and Register().
|
protected |
Definition at line 56 of file G4PhysicalVolumeStore.cc.
|
static |
Definition at line 76 of file G4PhysicalVolumeStore.cc.
Referenced by G4RunManager::ReinitializeGeometry(), and ~G4PhysicalVolumeStore().
|
static |
Definition at line 171 of file G4PhysicalVolumeStore.cc.
Referenced by G4VPhysicalVolume::~G4VPhysicalVolume().
|
static |
Definition at line 257 of file G4PhysicalVolumeStore.cc.
Referenced by G4AdjointCrossSurfChecker::AddanExtSurfaceOfAvolume(), G4AdjointCrossSurfChecker::AddaSphericalSurfaceWithCenterAtTheCenterOfAVolume(), Clean(), G4SPSPosDistribution::ConfineSourceToVolume(), G4AdjointPosOnPhysVolGenerator::DefinePhysicalVolume(), DeRegister(), G4GeometryWorkspace::DestroyWorkspace(), G4GDMLReadStructure::GetPhysvol(), G4tgbGeometryDumper::GetTopPhysVol(), GetVolume(), G4GeometryWorkspace::InitialisePhysicalVolumes(), Register(), G4RunManager::ReinitializeGeometry(), G4VPhysicalVolume::SetName(), SetNotifier(), G4VViewer::SetTouchable(), G4ScoringRealWorld::SetupGeometry(), G4RegionStore::SetWorldVolume(), G4GDMLRead::StripNames(), UpdateMap(), and G4PhysicalVolumeModel::Validate().
|
inline |
Definition at line 81 of file G4PhysicalVolumeStore.hh.
G4VPhysicalVolume * G4PhysicalVolumeStore::GetVolume | ( | const G4String & | name, |
G4bool | verbose = true, | ||
G4bool | reverseSearch = false ) const |
Definition at line 215 of file G4PhysicalVolumeStore.cc.
Referenced by G4AdjointCrossSurfChecker::AddanExtSurfaceOfAvolume(), G4AdjointCrossSurfChecker::AddaSphericalSurfaceWithCenterAtTheCenterOfAVolume(), G4SPSPosDistribution::ConfineSourceToVolume(), and G4GDMLReadStructure::GetPhysvol().
|
inline |
Definition at line 77 of file G4PhysicalVolumeStore.hh.
|
delete |
|
static |
Definition at line 147 of file G4PhysicalVolumeStore.cc.
Referenced by G4VPhysicalVolume::G4VPhysicalVolume(), and G4VPhysicalVolume::G4VPhysicalVolume().
|
inline |
Definition at line 78 of file G4PhysicalVolumeStore.hh.
Referenced by G4VPhysicalVolume::SetName().
|
static |
Definition at line 110 of file G4PhysicalVolumeStore.cc.
void G4PhysicalVolumeStore::UpdateMap | ( | ) |
Definition at line 120 of file G4PhysicalVolumeStore.cc.
Referenced by GetVolume(), and G4GDMLRead::StripNames().