#include <mlDcmDRTApplicatorSequenceInterface.h>
Public Member Functions | |
| DcmDRTApplicatorSequenceInterface (DRTApplicatorSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTApplicatorSequenceInterface () |
| Default virtual Destructor. | |
| bool | getApplicatorDescription (unsigned long idx, std::string ¶meter) |
| bool | getApplicatorDescription (DRTApplicatorSequence::Item &item, std::string ¶meter) |
| std::string | getApplicatorDescriptionTag () const |
| bool | setApplicatorDescription (unsigned long idx, std::string ¶meter) |
| bool | getApplicatorID (unsigned long idx, std::string ¶meter) |
| bool | getApplicatorID (DRTApplicatorSequence::Item &item, std::string ¶meter) |
| std::string | getApplicatorIDTag () const |
| bool | setApplicatorID (unsigned long idx, std::string ¶meter) |
| bool | getApplicatorType (unsigned long idx, std::string ¶meter) |
| bool | getApplicatorType (DRTApplicatorSequence::Item &item, std::string ¶meter) |
| std::string | getApplicatorTypeTag () const |
| bool | setApplicatorType (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTApplicatorSequence *dcmSequence) |
| Set the DRTApplicatorSequence this interface class provides access to. | |
| DRTApplicatorSequence * | getSequence () const |
| Return the DRTApplicatorSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTApplicatorSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTApplicatorSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTApplicatorSequence::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 | |
| DRTApplicatorSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTApplicatorSequenceInterface.h.
| ml::DcmDRTApplicatorSequenceInterface::DcmDRTApplicatorSequenceInterface | ( | DRTApplicatorSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTApplicatorSequenceInterface::~DcmDRTApplicatorSequenceInterface | ( | ) | [inline, virtual] |
| DRTApplicatorSequence::Item* ml::DcmDRTApplicatorSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 107 of file mlDcmDRTApplicatorSequenceInterface.h.
| bool ml::DcmDRTApplicatorSequenceInterface::getApplicatorDescription | ( | DRTApplicatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTApplicatorSequenceInterface::getApplicatorDescription | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTApplicatorSequenceInterface::getApplicatorDescriptionTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTApplicatorSequenceInterface.h.
| bool ml::DcmDRTApplicatorSequenceInterface::getApplicatorID | ( | DRTApplicatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTApplicatorSequenceInterface::getApplicatorID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTApplicatorSequenceInterface::getApplicatorIDTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTApplicatorSequenceInterface.h.
| bool ml::DcmDRTApplicatorSequenceInterface::getApplicatorType | ( | DRTApplicatorSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTApplicatorSequenceInterface::getApplicatorType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTApplicatorSequenceInterface::getApplicatorTypeTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTApplicatorSequenceInterface.h.
| DRTApplicatorSequence::Item* ml::DcmDRTApplicatorSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 98 of file mlDcmDRTApplicatorSequenceInterface.h.
| MLint ml::DcmDRTApplicatorSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 89 of file mlDcmDRTApplicatorSequenceInterface.h.
| DRTApplicatorSequence* ml::DcmDRTApplicatorSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTApplicatorSequence this interface class provides access to.
| dcmSequence | Pointer to DRTApplicatorSequence |
Definition at line 77 of file mlDcmDRTApplicatorSequenceInterface.h.
| bool ml::DcmDRTApplicatorSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTApplicatorSequence is set.
Definition at line 83 of file mlDcmDRTApplicatorSequenceInterface.h.
| bool ml::DcmDRTApplicatorSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 118 of file mlDcmDRTApplicatorSequenceInterface.h.
| bool ml::DcmDRTApplicatorSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 129 of file mlDcmDRTApplicatorSequenceInterface.h.
| bool ml::DcmDRTApplicatorSequenceInterface::setApplicatorDescription | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTApplicatorSequenceInterface::setApplicatorID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTApplicatorSequenceInterface::setApplicatorType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTApplicatorSequenceInterface::setSequence | ( | DRTApplicatorSequence * | dcmSequence | ) | [inline] |
Set the DRTApplicatorSequence this interface class provides access to.
| dcmSequence | Pointer to DRTApplicatorSequence |
Definition at line 71 of file mlDcmDRTApplicatorSequenceInterface.h.
DRTApplicatorSequence* ml::DcmDRTApplicatorSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 139 of file mlDcmDRTApplicatorSequenceInterface.h.
1.5.8