#include <mlDcmDRTFixationDeviceSequenceInterface.h>
Public Member Functions | |
| DcmDRTFixationDeviceSequenceInterface (DRTFixationDeviceSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTFixationDeviceSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getAccessoryCode (DRTFixationDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getFixationDeviceDescription (unsigned long idx, std::string ¶meter) |
| bool | getFixationDeviceDescription (DRTFixationDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getFixationDeviceDescriptionTag () const |
| bool | setFixationDeviceDescription (unsigned long idx, std::string ¶meter) |
| bool | getFixationDeviceLabel (unsigned long idx, std::string ¶meter) |
| bool | getFixationDeviceLabel (DRTFixationDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getFixationDeviceLabelTag () const |
| bool | setFixationDeviceLabel (unsigned long idx, std::string ¶meter) |
| bool | getFixationDevicePitchAngle (unsigned long idx, float ¶meter) |
| bool | getFixationDevicePitchAngle (DRTFixationDeviceSequence::Item &item, float ¶meter) |
| std::string | getFixationDevicePitchAngleTag () const |
| bool | setFixationDevicePitchAngle (unsigned long idx, float ¶meter) |
| bool | getFixationDevicePosition (unsigned long idx, std::string ¶meter) |
| bool | getFixationDevicePosition (DRTFixationDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getFixationDevicePositionTag () const |
| bool | setFixationDevicePosition (unsigned long idx, std::string ¶meter) |
| bool | getFixationDeviceRollAngle (unsigned long idx, float ¶meter) |
| bool | getFixationDeviceRollAngle (DRTFixationDeviceSequence::Item &item, float ¶meter) |
| std::string | getFixationDeviceRollAngleTag () const |
| bool | setFixationDeviceRollAngle (unsigned long idx, float ¶meter) |
| bool | getFixationDeviceType (unsigned long idx, std::string ¶meter) |
| bool | getFixationDeviceType (DRTFixationDeviceSequence::Item &item, std::string ¶meter) |
| std::string | getFixationDeviceTypeTag () const |
| bool | setFixationDeviceType (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTFixationDeviceSequence *dcmSequence) |
| Set the DRTFixationDeviceSequence this interface class provides access to. | |
| DRTFixationDeviceSequence * | getSequence () const |
| Return the DRTFixationDeviceSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTFixationDeviceSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTFixationDeviceSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTFixationDeviceSequence::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 | |
| DRTFixationDeviceSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| ml::DcmDRTFixationDeviceSequenceInterface::DcmDRTFixationDeviceSequenceInterface | ( | DRTFixationDeviceSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTFixationDeviceSequenceInterface::~DcmDRTFixationDeviceSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| DRTFixationDeviceSequence::Item* ml::DcmDRTFixationDeviceSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 131 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::getAccessoryCode | ( | DRTFixationDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::getAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFixationDeviceSequenceInterface::getAccessoryCodeTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceDescription | ( | DRTFixationDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceDescription | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceDescriptionTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceLabel | ( | DRTFixationDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceLabel | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceLabelTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePitchAngle | ( | DRTFixationDeviceSequence::Item & | item, | |
| float & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePitchAngle | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
| std::string ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePitchAngleTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePosition | ( | DRTFixationDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePositionTag | ( | ) | const [inline] |
Definition at line 77 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceRollAngle | ( | DRTFixationDeviceSequence::Item & | item, | |
| float & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceRollAngle | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
| std::string ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceRollAngleTag | ( | ) | const [inline] |
Definition at line 83 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceType | ( | DRTFixationDeviceSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceTypeTag | ( | ) | const [inline] |
Definition at line 89 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| DRTFixationDeviceSequence::Item* ml::DcmDRTFixationDeviceSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 122 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| MLint ml::DcmDRTFixationDeviceSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| DRTFixationDeviceSequence* ml::DcmDRTFixationDeviceSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTFixationDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFixationDeviceSequence |
Definition at line 101 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTFixationDeviceSequence is set.
Definition at line 107 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 142 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 153 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| bool ml::DcmDRTFixationDeviceSequenceInterface::setAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceDescription | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceLabel | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDevicePitchAngle | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDevicePosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceRollAngle | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
| bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTFixationDeviceSequenceInterface::setSequence | ( | DRTFixationDeviceSequence * | dcmSequence | ) | [inline] |
Set the DRTFixationDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFixationDeviceSequence |
Definition at line 95 of file mlDcmDRTFixationDeviceSequenceInterface.h.
DRTFixationDeviceSequence* ml::DcmDRTFixationDeviceSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 163 of file mlDcmDRTFixationDeviceSequenceInterface.h.
1.5.8