Geant4-11
|
#include <G4ModelingParameters.hh>
Public Member Functions | |
G4int | GetCopyNo () const |
const G4String & | GetName () const |
const G4VPhysicalVolume * | GetPVPointer () const |
G4bool | operator!= (const PVPointerCopyNo &) const |
G4bool | operator== (const PVPointerCopyNo &rhs) const |
PVPointerCopyNo (G4VPhysicalVolume *pPV, G4int copyNo) | |
Private Attributes | |
G4int | fCopyNo |
G4VPhysicalVolume * | fpPV |
Definition at line 97 of file G4ModelingParameters.hh.
|
inline |
Definition at line 100 of file G4ModelingParameters.hh.
|
inline |
const G4String & G4ModelingParameters::PVPointerCopyNo::GetName | ( | ) | const |
Definition at line 382 of file G4ModelingParameters.cc.
References fpPV, and G4VPhysicalVolume::GetName().
|
inline |
G4bool G4ModelingParameters::PVPointerCopyNo::operator!= | ( | const PVPointerCopyNo & | rhs | ) | const |
Definition at line 387 of file G4ModelingParameters.cc.
Referenced by operator==().
|
inline |
Definition at line 106 of file G4ModelingParameters.hh.
References operator!=().
|
private |
Definition at line 109 of file G4ModelingParameters.hh.
Referenced by GetCopyNo().
|
private |
Definition at line 108 of file G4ModelingParameters.hh.
Referenced by GetName(), and GetPVPointer().