#include <mlDcmDRTVOILUTSequenceInterface.h>
Public Member Functions | |
| DcmDRTVOILUTSequenceInterface (DRTVOILUTSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTVOILUTSequenceInterface () |
| Default virtual Destructor. | |
| bool | getLUTDescriptor (unsigned long idx, MLuint16 ¶meter) |
| bool | getLUTDescriptor (DRTVOILUTSequence::Item &item, MLuint16 ¶meter) |
| std::string | getLUTDescriptorTag () const |
| bool | setLUTDescriptor (unsigned long idx, MLuint16 ¶meter) |
| bool | getLUTExplanation (unsigned long idx, std::string ¶meter) |
| bool | getLUTExplanation (DRTVOILUTSequence::Item &item, std::string ¶meter) |
| std::string | getLUTExplanationTag () const |
| bool | setLUTExplanation (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTVOILUTSequence *dcmSequence) |
| Set the DRTVOILUTSequence this interface class provides access to. | |
| DRTVOILUTSequence * | getSequence () const |
| Return the DRTVOILUTSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTVOILUTSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTVOILUTSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTVOILUTSequence::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 | |
| DRTVOILUTSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTVOILUTSequenceInterface.h.
| ml::DcmDRTVOILUTSequenceInterface::DcmDRTVOILUTSequenceInterface | ( | DRTVOILUTSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTVOILUTSequenceInterface::~DcmDRTVOILUTSequenceInterface | ( | ) | [inline, virtual] |
| DRTVOILUTSequence::Item* ml::DcmDRTVOILUTSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 101 of file mlDcmDRTVOILUTSequenceInterface.h.
| DRTVOILUTSequence::Item* ml::DcmDRTVOILUTSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 92 of file mlDcmDRTVOILUTSequenceInterface.h.
| bool ml::DcmDRTVOILUTSequenceInterface::getLUTDescriptor | ( | DRTVOILUTSequence::Item & | item, | |
| MLuint16 & | parameter | |||
| ) |
| bool ml::DcmDRTVOILUTSequenceInterface::getLUTDescriptor | ( | unsigned long | idx, | |
| MLuint16 & | parameter | |||
| ) |
| std::string ml::DcmDRTVOILUTSequenceInterface::getLUTDescriptorTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTVOILUTSequenceInterface.h.
| bool ml::DcmDRTVOILUTSequenceInterface::getLUTExplanation | ( | DRTVOILUTSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTVOILUTSequenceInterface::getLUTExplanation | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTVOILUTSequenceInterface::getLUTExplanationTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTVOILUTSequenceInterface.h.
| MLint ml::DcmDRTVOILUTSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 83 of file mlDcmDRTVOILUTSequenceInterface.h.
| DRTVOILUTSequence* ml::DcmDRTVOILUTSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTVOILUTSequence this interface class provides access to.
| dcmSequence | Pointer to DRTVOILUTSequence |
Definition at line 71 of file mlDcmDRTVOILUTSequenceInterface.h.
| bool ml::DcmDRTVOILUTSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTVOILUTSequence is set.
Definition at line 77 of file mlDcmDRTVOILUTSequenceInterface.h.
| bool ml::DcmDRTVOILUTSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 112 of file mlDcmDRTVOILUTSequenceInterface.h.
| bool ml::DcmDRTVOILUTSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 123 of file mlDcmDRTVOILUTSequenceInterface.h.
| bool ml::DcmDRTVOILUTSequenceInterface::setLUTDescriptor | ( | unsigned long | idx, | |
| MLuint16 & | parameter | |||
| ) |
| bool ml::DcmDRTVOILUTSequenceInterface::setLUTExplanation | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTVOILUTSequenceInterface::setSequence | ( | DRTVOILUTSequence * | dcmSequence | ) | [inline] |
Set the DRTVOILUTSequence this interface class provides access to.
| dcmSequence | Pointer to DRTVOILUTSequence |
Definition at line 65 of file mlDcmDRTVOILUTSequenceInterface.h.
DRTVOILUTSequence* ml::DcmDRTVOILUTSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 133 of file mlDcmDRTVOILUTSequenceInterface.h.
1.5.8