Geant4
9.6.p02
|
#include <G4IStore.hh>
Public Member Functions | |
G4IStore (const G4VPhysicalVolume &worldvolume) | |
virtual | ~G4IStore () |
virtual G4double | GetImportance (const G4GeometryCell &gCell) const |
virtual G4bool | IsKnown (const G4GeometryCell &gCell) const |
virtual const G4VPhysicalVolume & | GetWorldVolume () const |
void | AddImportanceGeometryCell (G4double importance, const G4GeometryCell &gCell) |
void | AddImportanceGeometryCell (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0) |
void | ChangeImportance (G4double importance, const G4GeometryCell &gCell) |
void | ChangeImportance (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0) |
G4double | GetImportance (const G4VPhysicalVolume &, G4int aRepNum=0) const |
Public Member Functions inherited from G4VIStore | |
G4VIStore () | |
virtual | ~G4VIStore () |
Definition at line 52 of file G4IStore.hh.
|
explicit |
Definition at line 42 of file G4IStore.cc.
|
virtual |
Definition at line 46 of file G4IStore.cc.
void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
const G4GeometryCell & | gCell | ||
) |
Definition at line 59 of file G4IStore.cc.
void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
const G4VPhysicalVolume & | aVolume, | ||
G4int | aRepNum = 0 |
||
) |
void G4IStore::ChangeImportance | ( | G4double | importance, |
const G4GeometryCell & | gCell | ||
) |
Definition at line 82 of file G4IStore.cc.
void G4IStore::ChangeImportance | ( | G4double | importance, |
const G4VPhysicalVolume & | aVolume, | ||
G4int | aRepNum = 0 |
||
) |
|
virtual |
Implements G4VIStore.
Definition at line 117 of file G4IStore.cc.
G4double G4IStore::GetImportance | ( | const G4VPhysicalVolume & | aVolume, |
G4int | aRepNum = 0 |
||
) | const |
Definition at line 104 of file G4IStore.cc.
|
virtual |
Implements G4VIStore.
Definition at line 49 of file G4IStore.cc.
|
virtual |
Implements G4VIStore.
Definition at line 132 of file G4IStore.cc.