MeVisLab Toolbox Reference
|
Class to provide access to DRTBeamLimitingDeviceLeafPairsSequence. More...
#include <mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTBeamLimitingDeviceLeafPairsSequenceInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTBeamLimitingDeviceLeafPairsSequence.
Definition at line 43 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
|
inline |
Definition at line 83 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 86 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 96 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 145 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
|
inline |
Definition at line 150 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
References mlrange_cast().
|
inline |
Gets the item at the indicated position.
Definition at line 136 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
References mlrange_cast().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 130 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
bool ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceInterface::getNumberOfLeafJawPairs | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceInterface::getNumberOfLeafJawPairs | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 100 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
Referenced by DRTBeamLimitingDeviceLeafPairsSequenceWrapper::getNumberOfLeafJawPairsTag().
bool ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceInterface::getRTBeamLimitingDeviceType | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceInterface::getRTBeamLimitingDeviceType | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 106 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
Referenced by DRTBeamLimitingDeviceLeafPairsSequenceWrapper::getRTBeamLimitingDeviceTypeTag().
|
inline |
Return the DRTBeamLimitingDeviceLeafPairsSequence this interface class provides access to.
dcmSequence | Pointer to DRTBeamLimitingDeviceLeafPairsSequence |
Definition at line 118 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
Referenced by DRTBeamLimitingDeviceLeafPairsSequenceItemWrapper::DRTBeamLimitingDeviceLeafPairsSequenceItemWrapper(), and DRTBeamLimitingDeviceLeafPairsSequenceItemWrapper::operator=().
|
inline |
Check if the DRTBeamLimitingDeviceLeafPairsSequence is set.
Definition at line 124 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceInterface::setNumberOfLeafJawPairs | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTBeamLimitingDeviceLeafPairsSequenceInterface::setRTBeamLimitingDeviceType | ( | unsigned long | idx, |
std::string | parameter ) |
|
inline |
Set the DRTBeamLimitingDeviceLeafPairsSequence this interface class provides access to.
dcmSequence | Pointer to DRTBeamLimitingDeviceLeafPairsSequence |
Definition at line 112 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.
References mlrange_cast().
Referenced by DRTBeamLimitingDeviceLeafPairsSequenceWrapper::DRTBeamLimitingDeviceLeafPairsSequenceWrapper(), and DRTBeamLimitingDeviceLeafPairsSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 180 of file mlDcmDRTBeamLimitingDeviceLeafPairsSequenceInterface.h.