#include <G4PhysicalVolumeModel.hh>
Definition at line 90 of file G4PhysicalVolumeModel.hh.
◆ G4PhysicalVolumeNodeID()
Definition at line 92 of file G4PhysicalVolumeModel.hh.
97 :
98 fpPV(pPV),
99 fCopyNo(iCopyNo),
100 fNonCulledDepth(depth),
101 fTransform(transform),
102 fDrawn(drawn) {}
◆ GetCopyNo()
G4int G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetCopyNo |
( |
| ) |
const |
|
inline |
◆ GetDrawn()
G4bool G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetDrawn |
( |
| ) |
const |
|
inline |
◆ GetNonCulledDepth()
G4int G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetNonCulledDepth |
( |
| ) |
const |
|
inline |
◆ GetPhysicalVolume()
G4VPhysicalVolume * G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetPhysicalVolume |
( |
| ) |
const |
|
inline |
◆ GetTransform()
const G4Transform3D & G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::GetTransform |
( |
| ) |
const |
|
inline |
◆ operator<()
Definition at line 874 of file G4PhysicalVolumeModel.cc.
876{
877 if (fpPV < right.fpPV) return true;
878 if (fpPV == right.fpPV) {
879 if (fCopyNo < right.fCopyNo) return true;
880 if (fCopyNo == right.fCopyNo)
881 return fNonCulledDepth < right.fNonCulledDepth;
882 }
883 return false;
884}
◆ SetDrawn()
void G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::SetDrawn |
( |
G4bool |
drawn | ) |
|
|
inline |
The documentation for this class was generated from the following files: