#include <G4PhysicalVolumeModel.hh>
Definition at line 91 of file G4PhysicalVolumeModel.hh.
◆ G4PhysicalVolumeNodeID()
◆ 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 1121 of file G4PhysicalVolumeModel.cc.
1123{
1124 if (fpPV != right.fpPV ||
1125 fCopyNo != right.fCopyNo ||
1126 fNonCulledDepth != right.fNonCulledDepth ||
1127 fTransform != right.fTransform ||
1128 fDrawn != right.fDrawn) return true;
1129 return false;
1130}
Referenced by operator==().
◆ operator<()
Definition at line 1109 of file G4PhysicalVolumeModel.cc.
1111{
1112 if (fpPV < right.fpPV) return true;
1113 if (fpPV == right.fpPV) {
1114 if (fCopyNo < right.fCopyNo) return true;
1115 if (fCopyNo == right.fCopyNo)
1116 return fNonCulledDepth < right.fNonCulledDepth;
1117 }
1118 return false;
1119}
◆ 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: