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