#include <mlDcmDRTIonWedgeSequenceInterface.h>
Public Member Functions | |
| DcmDRTIonWedgeSequenceInterface (DRTIonWedgeSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTIonWedgeSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getAccessoryCode (DRTIonWedgeSequence::Item &item, std::string ¶meter) |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string ¶meter) |
| bool | getIsocenterToWedgeTrayDistance (unsigned long idx, float ¶meter) |
| bool | getIsocenterToWedgeTrayDistance (DRTIonWedgeSequence::Item &item, float ¶meter) |
| std::string | getIsocenterToWedgeTrayDistanceTag () const |
| bool | setIsocenterToWedgeTrayDistance (unsigned long idx, float ¶meter) |
| bool | getWedgeAngle (unsigned long idx, std::string ¶meter) |
| bool | getWedgeAngle (DRTIonWedgeSequence::Item &item, std::string ¶meter) |
| std::string | getWedgeAngleTag () const |
| bool | setWedgeAngle (unsigned long idx, std::string ¶meter) |
| bool | getWedgeID (unsigned long idx, std::string ¶meter) |
| bool | getWedgeID (DRTIonWedgeSequence::Item &item, std::string ¶meter) |
| std::string | getWedgeIDTag () const |
| bool | setWedgeID (unsigned long idx, std::string ¶meter) |
| bool | getWedgeNumber (unsigned long idx, std::string ¶meter) |
| bool | getWedgeNumber (DRTIonWedgeSequence::Item &item, std::string ¶meter) |
| std::string | getWedgeNumberTag () const |
| bool | setWedgeNumber (unsigned long idx, std::string ¶meter) |
| bool | getWedgeOrientation (unsigned long idx, std::string ¶meter) |
| bool | getWedgeOrientation (DRTIonWedgeSequence::Item &item, std::string ¶meter) |
| std::string | getWedgeOrientationTag () const |
| bool | setWedgeOrientation (unsigned long idx, std::string ¶meter) |
| bool | getWedgeType (unsigned long idx, std::string ¶meter) |
| bool | getWedgeType (DRTIonWedgeSequence::Item &item, std::string ¶meter) |
| std::string | getWedgeTypeTag () const |
| bool | setWedgeType (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTIonWedgeSequence *dcmSequence) |
| Set the DRTIonWedgeSequence this interface class provides access to. | |
| DRTIonWedgeSequence * | getSequence () const |
| Return the DRTIonWedgeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTIonWedgeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTIonWedgeSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTIonWedgeSequence::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 | |
| DRTIonWedgeSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTIonWedgeSequenceInterface.h.
| ml::DcmDRTIonWedgeSequenceInterface::DcmDRTIonWedgeSequenceInterface | ( | DRTIonWedgeSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTIonWedgeSequenceInterface::~DcmDRTIonWedgeSequenceInterface | ( | ) | [inline, virtual] |
| DRTIonWedgeSequence::Item* ml::DcmDRTIonWedgeSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 131 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getAccessoryCode | ( | DRTIonWedgeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::getAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgeSequenceInterface::getAccessoryCodeTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getIsocenterToWedgeTrayDistance | ( | DRTIonWedgeSequence::Item & | item, | |
| float & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::getIsocenterToWedgeTrayDistance | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgeSequenceInterface::getIsocenterToWedgeTrayDistanceTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTIonWedgeSequenceInterface.h.
| DRTIonWedgeSequence::Item* ml::DcmDRTIonWedgeSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 122 of file mlDcmDRTIonWedgeSequenceInterface.h.
| MLint ml::DcmDRTIonWedgeSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTIonWedgeSequenceInterface.h.
| DRTIonWedgeSequence* ml::DcmDRTIonWedgeSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTIonWedgeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgeSequence |
Definition at line 101 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeAngle | ( | DRTIonWedgeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeAngle | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgeSequenceInterface::getWedgeAngleTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeID | ( | DRTIonWedgeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgeSequenceInterface::getWedgeIDTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeNumber | ( | DRTIonWedgeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgeSequenceInterface::getWedgeNumberTag | ( | ) | const [inline] |
Definition at line 77 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeOrientation | ( | DRTIonWedgeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeOrientation | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgeSequenceInterface::getWedgeOrientationTag | ( | ) | const [inline] |
Definition at line 83 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeType | ( | DRTIonWedgeSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgeSequenceInterface::getWedgeTypeTag | ( | ) | const [inline] |
Definition at line 89 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTIonWedgeSequence is set.
Definition at line 107 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 142 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 153 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::setAccessoryCode | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setIsocenterToWedgeTrayDistance | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
| void ml::DcmDRTIonWedgeSequenceInterface::setSequence | ( | DRTIonWedgeSequence * | dcmSequence | ) | [inline] |
Set the DRTIonWedgeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgeSequence |
Definition at line 95 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeAngle | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeOrientation | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
DRTIonWedgeSequence* ml::DcmDRTIonWedgeSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 163 of file mlDcmDRTIonWedgeSequenceInterface.h.
1.5.8