#include <mlDcmDRTIonWedgePositionSequenceInterface.h>
Public Member Functions | |
| DcmDRTIonWedgePositionSequenceInterface (DRTIonWedgePositionSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTIonWedgePositionSequenceInterface () |
| Default virtual Destructor. | |
| bool | getReferencedWedgeNumber (unsigned long idx, std::string ¶meter) |
| bool | getReferencedWedgeNumber (DRTIonWedgePositionSequence::Item &item, std::string ¶meter) |
| std::string | getReferencedWedgeNumberTag () const |
| bool | setReferencedWedgeNumber (unsigned long idx, std::string ¶meter) |
| bool | getWedgePosition (unsigned long idx, std::string ¶meter) |
| bool | getWedgePosition (DRTIonWedgePositionSequence::Item &item, std::string ¶meter) |
| std::string | getWedgePositionTag () const |
| bool | setWedgePosition (unsigned long idx, std::string ¶meter) |
| bool | getWedgeThinEdgePosition (unsigned long idx, float ¶meter) |
| bool | getWedgeThinEdgePosition (DRTIonWedgePositionSequence::Item &item, float ¶meter) |
| std::string | getWedgeThinEdgePositionTag () const |
| bool | setWedgeThinEdgePosition (unsigned long idx, float ¶meter) |
| void | setSequence (DRTIonWedgePositionSequence *dcmSequence) |
| Set the DRTIonWedgePositionSequence this interface class provides access to. | |
| DRTIonWedgePositionSequence * | getSequence () const |
| Return the DRTIonWedgePositionSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTIonWedgePositionSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DRTIonWedgePositionSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTIonWedgePositionSequence::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 | |
| DRTIonWedgePositionSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| ml::DcmDRTIonWedgePositionSequenceInterface::DcmDRTIonWedgePositionSequenceInterface | ( | DRTIonWedgePositionSequence * | _dcmSequence = NULL |
) | [inline] |
| virtual ml::DcmDRTIonWedgePositionSequenceInterface::~DcmDRTIonWedgePositionSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| DRTIonWedgePositionSequence::Item* ml::DcmDRTIonWedgePositionSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 107 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| DRTIonWedgePositionSequence::Item* ml::DcmDRTIonWedgePositionSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 98 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| MLint ml::DcmDRTIonWedgePositionSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 89 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumber | ( | DRTIonWedgePositionSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgePositionSequenceInterface::getReferencedWedgeNumberTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| DRTIonWedgePositionSequence* ml::DcmDRTIonWedgePositionSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTIonWedgePositionSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgePositionSequence |
Definition at line 77 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePosition | ( | DRTIonWedgePositionSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgePositionSequenceInterface::getWedgePositionTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePosition | ( | DRTIonWedgePositionSequence::Item & | item, | |
| float & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePosition | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
| std::string ml::DcmDRTIonWedgePositionSequenceInterface::getWedgeThinEdgePositionTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTIonWedgePositionSequence is set.
Definition at line 83 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 118 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 129 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::setReferencedWedgeNumber | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| void ml::DcmDRTIonWedgePositionSequenceInterface::setSequence | ( | DRTIonWedgePositionSequence * | dcmSequence | ) | [inline] |
Set the DRTIonWedgePositionSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgePositionSequence |
Definition at line 71 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
| bool ml::DcmDRTIonWedgePositionSequenceInterface::setWedgePosition | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTIonWedgePositionSequenceInterface::setWedgeThinEdgePosition | ( | unsigned long | idx, | |
| float & | parameter | |||
| ) |
DRTIonWedgePositionSequence* ml::DcmDRTIonWedgePositionSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 139 of file mlDcmDRTIonWedgePositionSequenceInterface.h.
1.5.8