MeVisLab Toolbox Reference
|
Class to provide access to DRTRTDoseROISequence. More...
#include <mlDcmDRTRTDoseROISequenceInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTRTDoseROISequenceInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTRTDoseROISequence.
Definition at line 43 of file mlDcmDRTRTDoseROISequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTRTDoseROISequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 91 of file mlDcmDRTRTDoseROISequenceInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTRTDoseROISequenceInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 101 of file mlDcmDRTRTDoseROISequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTRTDoseROISequenceInterface.h.
|
inline |
Definition at line 161 of file mlDcmDRTRTDoseROISequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTRTDoseROISequenceInterface::getDoseUnits | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTRTDoseROISequenceInterface::getDoseUnits | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 105 of file mlDcmDRTRTDoseROISequenceInterface.h.
Referenced by DRTRTDoseROISequenceWrapper::getDoseUnitsTag().
bool ml::DcmDRTRTDoseROISequenceInterface::getDoseValue | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTRTDoseROISequenceInterface::getDoseValue | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 111 of file mlDcmDRTRTDoseROISequenceInterface.h.
Referenced by DRTRTDoseROISequenceWrapper::getDoseValueTag().
|
inline |
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTRTDoseROISequenceInterface.h.
References mlrange_cast().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTRTDoseROISequenceInterface.h.
bool ml::DcmDRTRTDoseROISequenceInterface::getReferencedROINumber | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTRTDoseROISequenceInterface::getReferencedROINumber | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 117 of file mlDcmDRTRTDoseROISequenceInterface.h.
Referenced by DRTRTDoseROISequenceWrapper::getReferencedROINumberTag().
|
inline |
Return the DRTRTDoseROISequence this interface class provides access to.
dcmSequence | Pointer to DRTRTDoseROISequence |
Definition at line 129 of file mlDcmDRTRTDoseROISequenceInterface.h.
Referenced by DRTRTDoseROISequenceItemWrapper::DRTRTDoseROISequenceItemWrapper(), and DRTRTDoseROISequenceItemWrapper::operator=().
|
inline |
Check if the DRTRTDoseROISequence is set.
Definition at line 135 of file mlDcmDRTRTDoseROISequenceInterface.h.
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTRTDoseROISequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTRTDoseROISequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTRTDoseROISequenceInterface::setDoseUnits | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTRTDoseROISequenceInterface::setDoseValue | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTRTDoseROISequenceInterface::setReferencedROINumber | ( | unsigned long | idx, |
std::string | parameter ) |
|
inline |
Set the DRTRTDoseROISequence this interface class provides access to.
dcmSequence | Pointer to DRTRTDoseROISequence |
Definition at line 123 of file mlDcmDRTRTDoseROISequenceInterface.h.
References mlrange_cast().
Referenced by DRTRTDoseROISequenceWrapper::DRTRTDoseROISequenceWrapper(), and DRTRTDoseROISequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTRTDoseROISequenceInterface.h.