|
MeVisLab Toolbox Reference
|
Class to provide access to DRTRTReferencedSeriesSequence. More...
#include <mlDcmDRTRTReferencedSeriesSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTRTReferencedSeriesSequenceInterface () | |
| DcmDRTRTReferencedSeriesSequenceInterface (std::vector< DcmDRTRTReferencedSeriesSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTRTReferencedSeriesSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTRTReferencedSeriesSequenceInterface () |
| Default virtual Destructor. | |
| bool | getSeriesInstanceUID (unsigned long idx, std::string ¶meter) const |
| bool | getSeriesInstanceUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getSeriesInstanceUIDTag () const |
| bool | setSeriesInstanceUID (unsigned long idx, std::string parameter) |
| DcmDRTContourImageSequenceInterface | getContourImageSequence (unsigned long idx) const |
| std::string | getContourImageSequenceTag () const |
| void | setContourImageSequence (DcmDRTContourImageSequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTRTReferencedSeriesSequenceInterface::Item > dcmSequence) |
| Set the DRTRTReferencedSeriesSequence this interface class provides access to. | |
| std::vector< DcmDRTRTReferencedSeriesSequenceInterface::Item > | getSequence () const |
| Return the DRTRTReferencedSeriesSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTRTReferencedSeriesSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTRTReferencedSeriesSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTRTReferencedSeriesSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTRTReferencedSeriesSequenceInterface::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< 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.
|
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.
| 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.
|
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 DRTRTReferencedSeriesSequenceWrapper::DRTRTReferencedSeriesSequenceWrapper(), and DRTRTReferencedSeriesSequenceWrapper::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.
|
inline |
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTRTReferencedSeriesSequenceInterface.h.
| 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.
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.