#include <G4PhysicalVolumeModel.hh>
Definition at line 91 of file G4PhysicalVolumeModel.hh.
◆ G4PhysicalVolumeNodeID()
Definition at line 93 of file G4PhysicalVolumeModel.hh.
98 :
99 fpPV(pPV),
100 fCopyNo(iCopyNo),
101 fNonCulledDepth(depth),
102 fTransform(transform),
103 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 980 of file G4PhysicalVolumeModel.cc.
982{
983 if (fpPV != right.fpPV ||
984 fCopyNo != right.fCopyNo ||
985 fNonCulledDepth != right.fNonCulledDepth ||
986 fTransform != right.fTransform ||
987 fDrawn != right.fDrawn) return true;
988 return false;
989}
Referenced by operator==().
◆ operator<()
Definition at line 968 of file G4PhysicalVolumeModel.cc.
970{
971 if (fpPV < right.fpPV) return true;
972 if (fpPV == right.fpPV) {
973 if (fCopyNo < right.fCopyNo) return true;
974 if (fCopyNo == right.fCopyNo)
975 return fNonCulledDepth < right.fNonCulledDepth;
976 }
977 return false;
978}
◆ operator==()
◆ SetDrawn()
void G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::SetDrawn |
( |
G4bool |
drawn | ) |
|
|
inline |
The documentation for this class was generated from the following files: