|
MeVisLab Toolbox Reference
|
Class to provide access to DRTReferencedVerificationImageSequence. More...
#include <mlDcmDRTReferencedVerificationImageSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTReferencedVerificationImageSequenceInterface () | |
| DcmDRTReferencedVerificationImageSequenceInterface (std::vector< DcmDRTReferencedVerificationImageSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTReferencedVerificationImageSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTReferencedVerificationImageSequenceInterface () |
| Default virtual Destructor. | |
| 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) |
| void | setSequence (std::vector< DcmDRTReferencedVerificationImageSequenceInterface::Item > dcmSequence) |
| Set the DRTReferencedVerificationImageSequence this interface class provides access to. | |
| std::vector< DcmDRTReferencedVerificationImageSequenceInterface::Item > | getSequence () const |
| Return the DRTReferencedVerificationImageSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTReferencedVerificationImageSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTReferencedVerificationImageSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTReferencedVerificationImageSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTReferencedVerificationImageSequenceInterface::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< DcmDRTReferencedVerificationImageSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTReferencedVerificationImageSequence.
Definition at line 43 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Definition at line 83 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 86 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 96 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 145 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Definition at line 150 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Gets the item at the indicated position.
Definition at line 136 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 130 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
| bool ml::DcmDRTReferencedVerificationImageSequenceInterface::getReferencedSOPClassUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedVerificationImageSequenceInterface::getReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 100 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
Referenced by DRTReferencedVerificationImageSequenceWrapper::getReferencedSOPClassUIDTag().
| bool ml::DcmDRTReferencedVerificationImageSequenceInterface::getReferencedSOPInstanceUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedVerificationImageSequenceInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 106 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
Referenced by DRTReferencedVerificationImageSequenceWrapper::getReferencedSOPInstanceUIDTag().
|
inline |
Return the DRTReferencedVerificationImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedVerificationImageSequence |
Definition at line 118 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
Referenced by DRTReferencedVerificationImageSequenceWrapper::DRTReferencedVerificationImageSequenceWrapper(), and DRTReferencedVerificationImageSequenceWrapper::operator=().
|
inline |
Check if the DRTReferencedVerificationImageSequence is set.
Definition at line 124 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
| bool ml::DcmDRTReferencedVerificationImageSequenceInterface::setReferencedSOPClassUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedVerificationImageSequenceInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTReferencedVerificationImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedVerificationImageSequence |
Definition at line 112 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.
Referenced by DRTReferencedVerificationImageSequenceWrapper::DRTReferencedVerificationImageSequenceWrapper(), and DRTReferencedVerificationImageSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 180 of file mlDcmDRTReferencedVerificationImageSequenceInterface.h.