|
MeVisLab Toolbox Reference
|
Class to provide access to DRTBeamLimitingDeviceSequenceInRTImageModule. More...
#include <mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface () | |
| DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface (std::vector< DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface () |
| Default virtual Destructor. | |
| bool | getLeafJawPositions (unsigned long idx, std::string ¶meter) const |
| bool | getLeafJawPositions (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getLeafJawPositionsTag () const |
| bool | setLeafJawPositions (unsigned long idx, std::string parameter) |
| bool | getLeafPositionBoundaries (unsigned long idx, std::string ¶meter) const |
| bool | getLeafPositionBoundaries (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getLeafPositionBoundariesTag () const |
| bool | setLeafPositionBoundaries (unsigned long idx, std::string parameter) |
| bool | getNumberOfLeafJawPairs (unsigned long idx, std::string ¶meter) const |
| bool | getNumberOfLeafJawPairs (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getNumberOfLeafJawPairsTag () const |
| bool | setNumberOfLeafJawPairs (unsigned long idx, std::string parameter) |
| bool | getRTBeamLimitingDeviceType (unsigned long idx, std::string ¶meter) const |
| bool | getRTBeamLimitingDeviceType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRTBeamLimitingDeviceTypeTag () const |
| bool | setRTBeamLimitingDeviceType (unsigned long idx, std::string parameter) |
| bool | getSourceToBeamLimitingDeviceDistance (unsigned long idx, std::string ¶meter) const |
| bool | getSourceToBeamLimitingDeviceDistance (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getSourceToBeamLimitingDeviceDistanceTag () const |
| bool | setSourceToBeamLimitingDeviceDistance (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::Item > dcmSequence) |
| Set the DRTBeamLimitingDeviceSequenceInRTImageModule this interface class provides access to. | |
| std::vector< DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::Item > | getSequence () const |
| Return the DRTBeamLimitingDeviceSequenceInRTImageModule this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTBeamLimitingDeviceSequenceInRTImageModule is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::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. | |
Protected Attributes | |
| std::vector< DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTBeamLimitingDeviceSequenceInRTImageModule.
Definition at line 43 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 98 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Default Constructor.
Definition at line 101 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 103 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 111 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 178 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 183 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Gets the item at the indicated position.
Definition at line 169 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getLeafJawPositions | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getLeafJawPositions | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 115 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
Referenced by DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::getLeafJawPositionsTag().
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getLeafPositionBoundaries | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getLeafPositionBoundaries | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 121 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
Referenced by DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::getLeafPositionBoundariesTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 163 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getNumberOfLeafJawPairs | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getNumberOfLeafJawPairs | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 127 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
Referenced by DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::getNumberOfLeafJawPairsTag().
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getRTBeamLimitingDeviceType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getRTBeamLimitingDeviceType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 133 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
Referenced by DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::getRTBeamLimitingDeviceTypeTag().
|
inline |
Return the DRTBeamLimitingDeviceSequenceInRTImageModule this interface class provides access to.
| dcmSequence | Pointer to DRTBeamLimitingDeviceSequenceInRTImageModule |
Definition at line 151 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
Referenced by DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper(), and DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::operator=().
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getSourceToBeamLimitingDeviceDistance | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::getSourceToBeamLimitingDeviceDistance | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 139 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
Referenced by DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::getSourceToBeamLimitingDeviceDistanceTag().
|
inline |
Check if the DRTBeamLimitingDeviceSequenceInRTImageModule is set.
Definition at line 157 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 189 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 201 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::setLeafJawPositions | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::setLeafPositionBoundaries | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::setNumberOfLeafJawPairs | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::setRTBeamLimitingDeviceType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTBeamLimitingDeviceSequenceInRTImageModule this interface class provides access to.
| dcmSequence | Pointer to DRTBeamLimitingDeviceSequenceInRTImageModule |
Definition at line 145 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.
Referenced by DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper(), and DRTBeamLimitingDeviceSequenceInRTImageModuleWrapper::operator=().
| bool ml::DcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface::setSourceToBeamLimitingDeviceDistance | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 213 of file mlDcmDRTBeamLimitingDeviceSequenceInRTImageModuleInterface.h.