#include <G4PhysicalVolumeModel.hh>
Definition at line 75 of file G4PhysicalVolumeModel.hh.
Public Member Functions | |
| G4PhysicalVolumeNodeID (G4VPhysicalVolume *pPV=0, G4int iCopyNo=0, G4int depth=0) | |
| G4VPhysicalVolume * | GetPhysicalVolume () const |
| G4int | GetCopyNo () const |
| G4int | GetNonCulledDepth () const |
| G4bool | operator< (const G4PhysicalVolumeNodeID &right) const |
Private Attributes | |
| G4VPhysicalVolume * | fpPV |
| G4int | fCopyNo |
| G4int | fNonCulledDepth |
| G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::G4PhysicalVolumeNodeID | ( | G4VPhysicalVolume * | pPV = 0, |
|
| G4int | iCopyNo = 0, |
|||
| G4int | depth = 0 | |||
| ) | [inline] |
Definition at line 78 of file G4PhysicalVolumeModel.hh.
| G4int G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetCopyNo | ( | ) | const [inline] |
| G4int G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetNonCulledDepth | ( | ) | const [inline] |
| G4VPhysicalVolume* G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetPhysicalVolume | ( | ) | const [inline] |
| G4bool G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::operator< | ( | const G4PhysicalVolumeNodeID & | right | ) | const |
Definition at line 57 of file G4PhysicalVolumeModel.cc.
1.4.7