MeVisLab Toolbox Reference
|
Class to provide access to DRTRTReferencedSeriesSequence. More...
#include <mlDcmDRTRTReferencedSeriesSequenceInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTRTReferencedSeriesSequenceInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTRTReferencedSeriesSequence.
Definition at line 44 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
|
inline |
Definition at line 84 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 87 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
|
inline |
Definition at line 89 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 97 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 145 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
|
inline |
Definition at line 150 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
References mlrange_cast().
DcmDRTContourImageSequenceInterface ml::DcmDRTRTReferencedSeriesSequenceInterface::getContourImageSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 106 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
Referenced by DRTRTReferencedSeriesSequenceWrapper::getContourImageSequenceTag().
|
inline |
Gets the item at the indicated position.
Definition at line 136 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
References mlrange_cast().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 130 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
|
inline |
Return the DRTRTReferencedSeriesSequence this interface class provides access to.
dcmSequence | Pointer to DRTRTReferencedSeriesSequence |
Definition at line 118 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
Referenced by DRTRTReferencedSeriesSequenceItemWrapper::DRTRTReferencedSeriesSequenceItemWrapper(), and DRTRTReferencedSeriesSequenceItemWrapper::operator=().
bool ml::DcmDRTRTReferencedSeriesSequenceInterface::getSeriesInstanceUID | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTRTReferencedSeriesSequenceInterface::getSeriesInstanceUID | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 101 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
Referenced by DRTRTReferencedSeriesSequenceWrapper::getSeriesInstanceUIDTag().
|
inline |
Check if the DRTRTReferencedSeriesSequence is set.
Definition at line 124 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
References mlrange_cast().
void ml::DcmDRTRTReferencedSeriesSequenceInterface::setContourImageSequence | ( | DcmDRTContourImageSequenceInterface | seq, |
unsigned long | idx ) |
|
inline |
Set the DRTRTReferencedSeriesSequence this interface class provides access to.
dcmSequence | Pointer to DRTRTReferencedSeriesSequence |
Definition at line 112 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
References mlrange_cast().
Referenced by DRTRTReferencedSeriesSequenceWrapper::DRTRTReferencedSeriesSequenceWrapper(), and DRTRTReferencedSeriesSequenceWrapper::operator=().
bool ml::DcmDRTRTReferencedSeriesSequenceInterface::setSeriesInstanceUID | ( | unsigned long | idx, |
std::string | parameter ) |
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 180 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.