|
MeVisLab Toolbox Reference
|
Class to provide access to DRTBeamLimitingDevicePositionSequence. More...
#include <mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTBeamLimitingDevicePositionSequenceInterface () | |
| DcmDRTBeamLimitingDevicePositionSequenceInterface (std::vector< DcmDRTBeamLimitingDevicePositionSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTBeamLimitingDevicePositionSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTBeamLimitingDevicePositionSequenceInterface () |
| 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 | 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) |
| void | setSequence (std::vector< DcmDRTBeamLimitingDevicePositionSequenceInterface::Item > dcmSequence) |
| Set the DRTBeamLimitingDevicePositionSequence this interface class provides access to. | |
| std::vector< DcmDRTBeamLimitingDevicePositionSequenceInterface::Item > | getSequence () const |
| Return the DRTBeamLimitingDevicePositionSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTBeamLimitingDevicePositionSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTBeamLimitingDevicePositionSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTBeamLimitingDevicePositionSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTBeamLimitingDevicePositionSequenceInterface::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< DcmDRTBeamLimitingDevicePositionSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTBeamLimitingDevicePositionSequence.
Definition at line 43 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Definition at line 83 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 86 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 96 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 145 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Definition at line 150 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Gets the item at the indicated position.
Definition at line 136 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
| bool ml::DcmDRTBeamLimitingDevicePositionSequenceInterface::getLeafJawPositions | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBeamLimitingDevicePositionSequenceInterface::getLeafJawPositions | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 100 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
Referenced by DRTBeamLimitingDevicePositionSequenceWrapper::getLeafJawPositionsTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 130 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
| bool ml::DcmDRTBeamLimitingDevicePositionSequenceInterface::getRTBeamLimitingDeviceType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBeamLimitingDevicePositionSequenceInterface::getRTBeamLimitingDeviceType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 106 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
Referenced by DRTBeamLimitingDevicePositionSequenceWrapper::getRTBeamLimitingDeviceTypeTag().
|
inline |
Return the DRTBeamLimitingDevicePositionSequence this interface class provides access to.
| dcmSequence | Pointer to DRTBeamLimitingDevicePositionSequence |
Definition at line 118 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
Referenced by DRTBeamLimitingDevicePositionSequenceWrapper::DRTBeamLimitingDevicePositionSequenceWrapper(), and DRTBeamLimitingDevicePositionSequenceWrapper::operator=().
|
inline |
Check if the DRTBeamLimitingDevicePositionSequence is set.
Definition at line 124 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
| bool ml::DcmDRTBeamLimitingDevicePositionSequenceInterface::setLeafJawPositions | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBeamLimitingDevicePositionSequenceInterface::setRTBeamLimitingDeviceType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTBeamLimitingDevicePositionSequence this interface class provides access to.
| dcmSequence | Pointer to DRTBeamLimitingDevicePositionSequence |
Definition at line 112 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.
Referenced by DRTBeamLimitingDevicePositionSequenceWrapper::DRTBeamLimitingDevicePositionSequenceWrapper(), and DRTBeamLimitingDevicePositionSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 180 of file mlDcmDRTBeamLimitingDevicePositionSequenceInterface.h.