#include <mlDcmDRTContourImageSequenceInterface.h>
Public Member Functions | |
| DcmDRTContourImageSequenceInterface (DRTContourImageSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTContourImageSequenceInterface () |
| Default virtual Destructor. | |
| bool | getReferencedFrameNumber (unsigned long idx, std::string ¶meter) |
| bool | getReferencedFrameNumber (DRTContourImageSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedFrameNumberTag () const |
| bool | setReferencedFrameNumber (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSOPClassUID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSOPClassUID (DRTContourImageSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedSOPClassUIDTag () const |
| bool | setReferencedSOPClassUID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSOPInstanceUID (DRTContourImageSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedSOPInstanceUIDTag () const |
| bool | setReferencedSOPInstanceUID (unsigned long idx, std::string ¶meter) |
| bool | getReferencedSegmentNumber (unsigned long idx, MLuint16 ¶meter) |
| bool | getReferencedSegmentNumber (DRTContourImageSequence::Item &item, MLuint16 ¶meter) |
| std::string | getReferencedSegmentNumberTag () const |
| bool | setReferencedSegmentNumber (unsigned long idx, MLuint16 ¶meter) |
| void | setSequence (DRTContourImageSequence *dcmSequence) |
| Set the DRTContourImageSequence this interface class provides access to. | |
| DRTContourImageSequence * | getSequence () const |
| Return the DRTContourImageSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTContourImageSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTContourImageSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTContourImageSequence::Item * | addItem () |
| Return number of items the internal sequence consists of. | |
| bool | insertItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| bool | removeItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
Protected Attributes | |
| DRTContourImageSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTContourImageSequenceInterface.h.
| ml::DcmDRTContourImageSequenceInterface::DcmDRTContourImageSequenceInterface | ( | DRTContourImageSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTContourImageSequenceInterface::~DcmDRTContourImageSequenceInterface | ( | ) | [inline, virtual] |
| DRTContourImageSequence::Item* ml::DcmDRTContourImageSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTContourImageSequenceInterface.h.
| DRTContourImageSequence::Item* ml::DcmDRTContourImageSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 104 of file mlDcmDRTContourImageSequenceInterface.h.
| MLint ml::DcmDRTContourImageSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 95 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedFrameNumber | ( | DRTContourImageSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedFrameNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContourImageSequenceInterface::getReferencedFrameNumberTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedSegmentNumber | ( | DRTContourImageSequence::Item & | item, | |
| MLuint16 & | parameter | |||
| ) |
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedSegmentNumber | ( | unsigned long | idx, | |
| MLuint16 & | parameter | |||
| ) |
| std::string ml::DcmDRTContourImageSequenceInterface::getReferencedSegmentNumberTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedSOPClassUID | ( | DRTContourImageSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedSOPClassUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContourImageSequenceInterface::getReferencedSOPClassUIDTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedSOPInstanceUID | ( | DRTContourImageSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContourImageSequenceInterface::getReferencedSOPInstanceUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTContourImageSequenceInterface::getReferencedSOPInstanceUIDTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTContourImageSequenceInterface.h.
| DRTContourImageSequence* ml::DcmDRTContourImageSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTContourImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContourImageSequence |
Definition at line 83 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTContourImageSequence is set.
Definition at line 89 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 124 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 135 of file mlDcmDRTContourImageSequenceInterface.h.
| bool ml::DcmDRTContourImageSequenceInterface::setReferencedFrameNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContourImageSequenceInterface::setReferencedSegmentNumber | ( | unsigned long | idx, | |
| MLuint16 & | parameter | |||
| ) |
| bool ml::DcmDRTContourImageSequenceInterface::setReferencedSOPClassUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTContourImageSequenceInterface::setReferencedSOPInstanceUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTContourImageSequenceInterface::setSequence | ( | DRTContourImageSequence * | dcmSequence | ) | [inline] |
Set the DRTContourImageSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContourImageSequence |
Definition at line 77 of file mlDcmDRTContourImageSequenceInterface.h.
DRTContourImageSequence* ml::DcmDRTContourImageSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 145 of file mlDcmDRTContourImageSequenceInterface.h.
1.5.8