Geant4-11
|
#include <G4GeometryCell.hh>
Public Member Functions | |
G4GeometryCell (const G4GeometryCell &rhs) | |
G4GeometryCell (const G4VPhysicalVolume &aVolume, G4int RepNum) | |
const G4VPhysicalVolume & | GetPhysicalVolume () const |
G4int | GetReplicaNumber () const |
G4GeometryCell & | operator= (const G4GeometryCell &rhs) |
~G4GeometryCell () | |
Private Attributes | |
G4int | fRepNum = 0 |
const G4VPhysicalVolume * | fVPhysicalVolume = nullptr |
Definition at line 44 of file G4GeometryCell.hh.
G4GeometryCell::G4GeometryCell | ( | const G4VPhysicalVolume & | aVolume, |
G4int | RepNum | ||
) |
Definition at line 33 of file G4GeometryCell.cc.
G4GeometryCell::G4GeometryCell | ( | const G4GeometryCell & | rhs | ) |
Definition at line 53 of file G4GeometryCell.cc.
G4GeometryCell::~G4GeometryCell | ( | ) |
Definition at line 38 of file G4GeometryCell.cc.
const G4VPhysicalVolume & G4GeometryCell::GetPhysicalVolume | ( | ) | const |
Definition at line 42 of file G4GeometryCell.cc.
References fVPhysicalVolume.
Referenced by G4IStore::AddImportanceGeometryCell(), G4IStore::ChangeImportance(), G4IStore::IsKnown(), G4WeightWindowStore::IsKnown(), operator!=(), G4GeometryCellComp::operator()(), operator<<(), and operator==().
G4int G4GeometryCell::GetReplicaNumber | ( | ) | const |
Definition at line 47 of file G4GeometryCell.cc.
References fRepNum.
Referenced by operator!=(), G4GeometryCellComp::operator()(), operator<<(), and operator==().
G4GeometryCell & G4GeometryCell::operator= | ( | const G4GeometryCell & | rhs | ) |
Definition at line 58 of file G4GeometryCell.cc.
References fRepNum, and fVPhysicalVolume.
|
private |
Definition at line 69 of file G4GeometryCell.hh.
Referenced by GetReplicaNumber(), and operator=().
|
private |
Definition at line 66 of file G4GeometryCell.hh.
Referenced by GetPhysicalVolume(), and operator=().