#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 1059 of file G4PhysicalVolumeModel.cc.
1061{
1062 if (fpPV != right.fpPV ||
1063 fCopyNo != right.fCopyNo ||
1064 fNonCulledDepth != right.fNonCulledDepth ||
1065 fTransform != right.fTransform ||
1066 fDrawn != right.fDrawn) return true;
1067 return false;
1068}
Referenced by operator==().
◆ operator<()
Definition at line 1047 of file G4PhysicalVolumeModel.cc.
1049{
1050 if (fpPV < right.fpPV) return true;
1051 if (fpPV == right.fpPV) {
1052 if (fCopyNo < right.fCopyNo) return true;
1053 if (fCopyNo == right.fCopyNo)
1054 return fNonCulledDepth < right.fNonCulledDepth;
1055 }
1056 return false;
1057}
◆ 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: