|
MeVisLab Toolbox Reference
|
Class to provide access to DRTSourceImageSequence. More...
#include <mlDcmDRTSourceImageSequenceInterface.h>
Classes | |
| class | Item |
Protected Attributes | |
| std::vector< DcmDRTSourceImageSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTSourceImageSequence.
Definition at line 44 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Definition at line 109 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 112 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
|
inline |
Definition at line 114 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 122 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Adds a new item to the sequence
Definition at line 200 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
|
inline |
Definition at line 205 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
|
inline |
Gets the item at the indicated position.
Definition at line 191 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 185 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
| bool ml::DcmDRTSourceImageSequenceInterface::getPatientOrientation | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTSourceImageSequenceInterface::getPatientOrientation | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 126 of file mlDcmDRTSourceImageSequenceInterface.h.
| DcmDRTPurposeOfReferenceCodeSequenceInterface ml::DcmDRTSourceImageSequenceInterface::getPurposeOfReferenceCodeSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 161 of file mlDcmDRTSourceImageSequenceInterface.h.
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedFrameNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedFrameNumber | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 132 of file mlDcmDRTSourceImageSequenceInterface.h.
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedSegmentNumber | ( | DCMTree::TreePtr | item, |
| MLuint16 & | parameter ) const |
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedSegmentNumber | ( | unsigned long | idx, |
| MLuint16 & | parameter ) const |
|
inline |
Definition at line 150 of file mlDcmDRTSourceImageSequenceInterface.h.
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedSOPClassUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 138 of file mlDcmDRTSourceImageSequenceInterface.h.
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedSOPInstanceUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTSourceImageSequenceInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 144 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Return the DRTSourceImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTSourceImageSequence |
Definition at line 173 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
Referenced by DRTSourceImageSequenceWrapper::DRTSourceImageSequenceWrapper(), and DRTSourceImageSequenceWrapper::operator=().
| bool ml::DcmDRTSourceImageSequenceInterface::getSpatialLocationsPreserved | ( | DCMTree::TreePtr | item, |
| std::string & | parameter ) const |
| bool ml::DcmDRTSourceImageSequenceInterface::getSpatialLocationsPreserved | ( | unsigned long | idx, |
| std::string & | parameter ) const |
|
inline |
Definition at line 156 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Check if the DRTSourceImageSequence is set.
Definition at line 179 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
|
inline |
Insert an item at the indicated position
Definition at line 211 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
|
inline |
Removes the indicated item from the sequence
Definition at line 223 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
| bool ml::DcmDRTSourceImageSequenceInterface::setPatientOrientation | ( | unsigned long | idx, |
| std::string | parameter ) |
| void ml::DcmDRTSourceImageSequenceInterface::setPurposeOfReferenceCodeSequence | ( | DcmDRTPurposeOfReferenceCodeSequenceInterface | seq, |
| unsigned long | idx ) |
| bool ml::DcmDRTSourceImageSequenceInterface::setReferencedFrameNumber | ( | unsigned long | idx, |
| std::string | parameter ) |
| bool ml::DcmDRTSourceImageSequenceInterface::setReferencedSegmentNumber | ( | unsigned long | idx, |
| MLuint16 | parameter ) |
| bool ml::DcmDRTSourceImageSequenceInterface::setReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string | parameter ) |
| bool ml::DcmDRTSourceImageSequenceInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string | parameter ) |
|
inline |
Set the DRTSourceImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTSourceImageSequence |
Definition at line 167 of file mlDcmDRTSourceImageSequenceInterface.h.
References _itemVec.
| bool ml::DcmDRTSourceImageSequenceInterface::setSpatialLocationsPreserved | ( | unsigned long | idx, |
| std::string | parameter ) |
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTSourceImageSequenceInterface.h.
Referenced by addItem(), addItem(), DcmDRTSourceImageSequenceInterface(), DcmDRTSourceImageSequenceInterface(), getItem(), getNumberOfItems(), getSequence(), hasSequence(), insertItem(), removeItem(), and setSequence().