|
MeVisLab Toolbox Reference
|
Class to provide access to DRTSourceImageSequence. More...
#include <mlDcmDRTSourceImageSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTSourceImageSequenceInterface () | |
| DcmDRTSourceImageSequenceInterface (std::vector< DcmDRTSourceImageSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTSourceImageSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTSourceImageSequenceInterface () |
| Default virtual Destructor. | |
| bool | getPatientOrientation (unsigned long idx, std::string ¶meter) const |
| bool | getPatientOrientation (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getPatientOrientationTag () const |
| bool | setPatientOrientation (unsigned long idx, std::string parameter) |
| bool | getReferencedFrameNumber (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedFrameNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedFrameNumberTag () const |
| bool | setReferencedFrameNumber (unsigned long idx, std::string parameter) |
| bool | getReferencedSOPClassUID (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedSOPClassUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedSOPClassUIDTag () const |
| bool | setReferencedSOPClassUID (unsigned long idx, std::string parameter) |
| bool | getReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedSOPInstanceUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedSOPInstanceUIDTag () const |
| bool | setReferencedSOPInstanceUID (unsigned long idx, std::string parameter) |
| bool | getReferencedSegmentNumber (unsigned long idx, MLuint16 ¶meter) const |
| bool | getReferencedSegmentNumber (DCMTree::TreePtr item, MLuint16 ¶meter) const |
| std::string | getReferencedSegmentNumberTag () const |
| bool | setReferencedSegmentNumber (unsigned long idx, MLuint16 parameter) |
| bool | getSpatialLocationsPreserved (unsigned long idx, std::string ¶meter) const |
| bool | getSpatialLocationsPreserved (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getSpatialLocationsPreservedTag () const |
| bool | setSpatialLocationsPreserved (unsigned long idx, std::string parameter) |
| DcmDRTPurposeOfReferenceCodeSequenceInterface | getPurposeOfReferenceCodeSequence (unsigned long idx) const |
| std::string | getPurposeOfReferenceCodeSequenceTag () const |
| void | setPurposeOfReferenceCodeSequence (DcmDRTPurposeOfReferenceCodeSequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTSourceImageSequenceInterface::Item > dcmSequence) |
| Set the DRTSourceImageSequence this interface class provides access to. | |
| std::vector< DcmDRTSourceImageSequenceInterface::Item > | getSequence () const |
| Return the DRTSourceImageSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTSourceImageSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTSourceImageSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTSourceImageSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTSourceImageSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
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.
|
inline |
Definition at line 114 of file mlDcmDRTSourceImageSequenceInterface.h.
|
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.
|
inline |
Definition at line 205 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Gets the item at the indicated position.
Definition at line 191 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 185 of file mlDcmDRTSourceImageSequenceInterface.h.
| 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.
Referenced by DRTSourceImageSequenceWrapper::getPatientOrientationTag().
| DcmDRTPurposeOfReferenceCodeSequenceInterface ml::DcmDRTSourceImageSequenceInterface::getPurposeOfReferenceCodeSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 161 of file mlDcmDRTSourceImageSequenceInterface.h.
Referenced by DRTSourceImageSequenceWrapper::getPurposeOfReferenceCodeSequenceTag().
| 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.
Referenced by DRTSourceImageSequenceWrapper::getReferencedFrameNumberTag().
| 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.
Referenced by DRTSourceImageSequenceWrapper::getReferencedSegmentNumberTag().
| 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.
Referenced by DRTSourceImageSequenceWrapper::getReferencedSOPClassUIDTag().
| 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.
Referenced by DRTSourceImageSequenceWrapper::getReferencedSOPInstanceUIDTag().
|
inline |
Return the DRTSourceImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTSourceImageSequence |
Definition at line 173 of file mlDcmDRTSourceImageSequenceInterface.h.
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.
Referenced by DRTSourceImageSequenceWrapper::getSpatialLocationsPreservedTag().
|
inline |
Check if the DRTSourceImageSequence is set.
Definition at line 179 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTSourceImageSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTSourceImageSequenceInterface.h.
| 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.
Referenced by DRTSourceImageSequenceWrapper::DRTSourceImageSequenceWrapper(), and DRTSourceImageSequenceWrapper::operator=().
| 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.