MeVisLab Toolbox Reference
|
Class to provide access to DRTReferencedRTPlanSequence. More...
#include <mlDcmDRTReferencedRTPlanSequenceInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTReferencedRTPlanSequenceInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTReferencedRTPlanSequence.
Definition at line 44 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
|
inline |
Definition at line 89 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 92 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
|
inline |
Definition at line 94 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 102 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
|
inline |
Definition at line 161 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
References mlrange_cast().
|
inline |
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
References mlrange_cast().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
DcmDRTReferencedFractionGroupSequenceInterface ml::DcmDRTReferencedRTPlanSequenceInterface::getReferencedFractionGroupSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 117 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
Referenced by DRTReferencedRTPlanSequenceWrapper::getReferencedFractionGroupSequenceTag().
bool ml::DcmDRTReferencedRTPlanSequenceInterface::getReferencedSOPClassUID | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTReferencedRTPlanSequenceInterface::getReferencedSOPClassUID | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 106 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
Referenced by DRTReferencedRTPlanSequenceWrapper::getReferencedSOPClassUIDTag().
bool ml::DcmDRTReferencedRTPlanSequenceInterface::getReferencedSOPInstanceUID | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTReferencedRTPlanSequenceInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 112 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
Referenced by DRTReferencedRTPlanSequenceWrapper::getReferencedSOPInstanceUIDTag().
|
inline |
Return the DRTReferencedRTPlanSequence this interface class provides access to.
dcmSequence | Pointer to DRTReferencedRTPlanSequence |
Definition at line 129 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
Referenced by DRTReferencedRTPlanSequenceItemWrapper::DRTReferencedRTPlanSequenceItemWrapper(), and DRTReferencedRTPlanSequenceItemWrapper::operator=().
|
inline |
Check if the DRTReferencedRTPlanSequence is set.
Definition at line 135 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
References mlrange_cast().
void ml::DcmDRTReferencedRTPlanSequenceInterface::setReferencedFractionGroupSequence | ( | DcmDRTReferencedFractionGroupSequenceInterface | seq, |
unsigned long | idx ) |
bool ml::DcmDRTReferencedRTPlanSequenceInterface::setReferencedSOPClassUID | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTReferencedRTPlanSequenceInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, |
std::string | parameter ) |
|
inline |
Set the DRTReferencedRTPlanSequence this interface class provides access to.
dcmSequence | Pointer to DRTReferencedRTPlanSequence |
Definition at line 123 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.
References mlrange_cast().
Referenced by DRTReferencedRTPlanSequenceWrapper::DRTReferencedRTPlanSequenceWrapper(), and DRTReferencedRTPlanSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTReferencedRTPlanSequenceInterface.h.