|
Geant4
10.03
|
#include <DicomBeamDevice.hh>
Public Member Functions | |
| DicomBeamDevice (DRTBeamLimitingDeviceSequenceInRTBeamsModule::Item bldsItem) | |
| DicomBeamDevice (DRTBeamLimitingDevicePositionSequence::Item bldpsItem) | |
| ~DicomBeamDevice () | |
| void | SetSourceToBeamLimitingDeviceDistance (Float64 dat) |
| Float64 | GetSourceToBeamLimitingDeviceDistance () const |
| void | SetNumberOfLeafJawPairs (Sint32 dat) |
| Sint32 | GetNumberOfLeafJawPairs () const |
| void | SetType (OFString dat) |
| OFString | GetType () const |
| void | AddPositionBoundary (Float64 dat) |
| Float64 | GetPositionBoundary (size_t ii) |
| void | Print (std::ostream &out) |
Private Attributes | |
| OFString | theType |
| Float64 | theSourceToBeamLimitingDeviceDistance |
| Sint32 | theNumberOfLeafJawPairs |
| std::vector< Float64 > | thePositionBoundaries |
Definition at line 39 of file DicomBeamDevice.hh.
| DicomBeamDevice::DicomBeamDevice | ( | DRTBeamLimitingDeviceSequenceInRTBeamsModule::Item | bldsItem | ) |
Definition at line 31 of file DicomBeamDevice.cc.
References AddPositionBoundary(), G4cout, G4endl, SetNumberOfLeafJawPairs(), SetSourceToBeamLimitingDeviceDistance(), and SetType().
Here is the call graph for this function:| DicomBeamDevice::DicomBeamDevice | ( | DRTBeamLimitingDevicePositionSequence::Item | bldpsItem | ) |
Definition at line 56 of file DicomBeamDevice.cc.
References AddPositionBoundary(), G4cout, G4endl, and SetType().
Here is the call graph for this function:
|
inline |
Definition at line 44 of file DicomBeamDevice.hh.
|
inline |
Definition at line 65 of file DicomBeamDevice.hh.
References thePositionBoundaries.
Referenced by DicomBeamDevice().
Here is the caller graph for this function:
|
inline |
Definition at line 56 of file DicomBeamDevice.hh.
References theNumberOfLeafJawPairs.
|
inline |
Definition at line 68 of file DicomBeamDevice.hh.
References thePositionBoundaries.
|
inline |
Definition at line 50 of file DicomBeamDevice.hh.
References theSourceToBeamLimitingDeviceDistance.
|
inline |
Definition at line 62 of file DicomBeamDevice.hh.
References theType.
| void DicomBeamDevice::Print | ( | std::ostream & | out | ) |
Definition at line 75 of file DicomBeamDevice.cc.
|
inline |
Definition at line 53 of file DicomBeamDevice.hh.
References theNumberOfLeafJawPairs.
Referenced by DicomBeamDevice().
Here is the caller graph for this function:
|
inline |
Definition at line 47 of file DicomBeamDevice.hh.
References theSourceToBeamLimitingDeviceDistance.
Referenced by DicomBeamDevice().
Here is the caller graph for this function:
|
inline |
Definition at line 59 of file DicomBeamDevice.hh.
References theType.
Referenced by DicomBeamDevice().
Here is the caller graph for this function:
|
private |
Definition at line 76 of file DicomBeamDevice.hh.
Referenced by GetNumberOfLeafJawPairs(), and SetNumberOfLeafJawPairs().
|
private |
Definition at line 77 of file DicomBeamDevice.hh.
Referenced by AddPositionBoundary(), and GetPositionBoundary().
|
private |
Definition at line 75 of file DicomBeamDevice.hh.
Referenced by GetSourceToBeamLimitingDeviceDistance(), and SetSourceToBeamLimitingDeviceDistance().
|
private |
Definition at line 74 of file DicomBeamDevice.hh.