Class to provide access to DRTRangeModulatorSettingsSequenceInRTIonBeamsModule.
More...
|
| | DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface () |
| |
| | DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface (std::vector< DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface::Item > dcmSequence) |
| | Default Constructor.
|
| |
| | DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface (DCMTree::TreePtrVector treePtrSeq) |
| |
| virtual | ~DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface () |
| | Default virtual Destructor.
|
| |
| bool | getIsocenterToRangeModulatorDistance (unsigned long idx, float ¶meter) const |
| |
| bool | getIsocenterToRangeModulatorDistance (DCMTree::TreePtr item, float ¶meter) const |
| |
| std::string | getIsocenterToRangeModulatorDistanceTag () const |
| |
| bool | setIsocenterToRangeModulatorDistance (unsigned long idx, float parameter) |
| |
| bool | getRangeModulatorGatingStartValue (unsigned long idx, float ¶meter) const |
| |
| bool | getRangeModulatorGatingStartValue (DCMTree::TreePtr item, float ¶meter) const |
| |
| std::string | getRangeModulatorGatingStartValueTag () const |
| |
| bool | setRangeModulatorGatingStartValue (unsigned long idx, float parameter) |
| |
| bool | getRangeModulatorGatingStartWaterEquivalentThickness (unsigned long idx, float ¶meter) const |
| |
| bool | getRangeModulatorGatingStartWaterEquivalentThickness (DCMTree::TreePtr item, float ¶meter) const |
| |
| std::string | getRangeModulatorGatingStartWaterEquivalentThicknessTag () const |
| |
| bool | setRangeModulatorGatingStartWaterEquivalentThickness (unsigned long idx, float parameter) |
| |
| bool | getRangeModulatorGatingStopValue (unsigned long idx, float ¶meter) const |
| |
| bool | getRangeModulatorGatingStopValue (DCMTree::TreePtr item, float ¶meter) const |
| |
| std::string | getRangeModulatorGatingStopValueTag () const |
| |
| bool | setRangeModulatorGatingStopValue (unsigned long idx, float parameter) |
| |
| bool | getRangeModulatorGatingStopWaterEquivalentThickness (unsigned long idx, float ¶meter) const |
| |
| bool | getRangeModulatorGatingStopWaterEquivalentThickness (DCMTree::TreePtr item, float ¶meter) const |
| |
| std::string | getRangeModulatorGatingStopWaterEquivalentThicknessTag () const |
| |
| bool | setRangeModulatorGatingStopWaterEquivalentThickness (unsigned long idx, float parameter) |
| |
| bool | getReferencedRangeModulatorNumber (unsigned long idx, std::string ¶meter) const |
| |
| bool | getReferencedRangeModulatorNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| |
| std::string | getReferencedRangeModulatorNumberTag () const |
| |
| bool | setReferencedRangeModulatorNumber (unsigned long idx, std::string parameter) |
| |
| void | setSequence (std::vector< DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface::Item > dcmSequence) |
| | Set the DRTRangeModulatorSettingsSequenceInRTIonBeamsModule this interface class provides access to.
|
| |
| std::vector< DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface::Item > | getSequence () const |
| | Return the DRTRangeModulatorSettingsSequenceInRTIonBeamsModule this interface class provides access to.
|
| |
| bool | hasSequence () const |
| | Check if the DRTRangeModulatorSettingsSequenceInRTIonBeamsModule is set.
|
| |
| MLint | getNumberOfItems () const |
| | Return number of items the internal sequence consists of.
|
| |
| DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface::Item | getItem (const size_t idx) const |
| | Gets the item at the indicated position.
|
| |
| DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface::Item & | addItem () |
| | Adds a new item to the sequence.
|
| |
| void | addItem (DcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface::Item newItem) |
| |
| bool | insertItem (const size_t idx) |
| | Insert an item at the indicated position.
|
| |
| bool | removeItem (const size_t idx) |
| | Removes the indicated item from the sequence.
|
| |
Class to provide access to DRTRangeModulatorSettingsSequenceInRTIonBeamsModule.
Definition at line 43 of file mlDcmDRTRangeModulatorSettingsSequenceInRTIonBeamsModuleInterface.h.