#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 970 of file G4PhysicalVolumeModel.cc.
972{
973 if (fpPV != right.fpPV ||
974 fCopyNo != right.fCopyNo ||
975 fNonCulledDepth != right.fNonCulledDepth ||
976 fTransform != right.fTransform ||
977 fDrawn != right.fDrawn) return true;
978 return false;
979}
Referenced by operator==().
◆ operator<()
Definition at line 958 of file G4PhysicalVolumeModel.cc.
960{
961 if (fpPV < right.fpPV) return true;
962 if (fpPV == right.fpPV) {
963 if (fCopyNo < right.fCopyNo) return true;
964 if (fCopyNo == right.fCopyNo)
965 return fNonCulledDepth < right.fNonCulledDepth;
966 }
967 return false;
968}
◆ operator==()
◆ SetCopyNo()
void G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::SetCopyNo |
( |
G4int |
n | ) |
|
|
inline |
◆ SetDrawn()
void G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::SetDrawn |
( |
G4bool |
b | ) |
|
|
inline |
◆ SetNonCulledDepth()
void G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::SetNonCulledDepth |
( |
G4int |
d | ) |
|
|
inline |
◆ SetPhysicalVolume()
void G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::SetPhysicalVolume |
( |
G4VPhysicalVolume * |
v | ) |
|
|
inline |
◆ SetTransform()
void G4PhysicalVolumeModel::G4PhysicalVolumeNodeID::SetTransform |
( |
const G4Transform3D & |
t | ) |
|
|
inline |
The documentation for this class was generated from the following files: