|
MeVisLab Toolbox Reference
|
Class to provide access to DRTRecordedLateralSpreadingDeviceSequence. More...
#include <mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTRecordedLateralSpreadingDeviceSequenceInterface () | |
| DcmDRTRecordedLateralSpreadingDeviceSequenceInterface (std::vector< DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTRecordedLateralSpreadingDeviceSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTRecordedLateralSpreadingDeviceSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) const |
| bool | getAccessoryCode (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string parameter) |
| bool | getLateralSpreadingDeviceID (unsigned long idx, std::string ¶meter) const |
| bool | getLateralSpreadingDeviceID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getLateralSpreadingDeviceIDTag () const |
| bool | setLateralSpreadingDeviceID (unsigned long idx, std::string parameter) |
| bool | getReferencedLateralSpreadingDeviceNumber (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedLateralSpreadingDeviceNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedLateralSpreadingDeviceNumberTag () const |
| bool | setReferencedLateralSpreadingDeviceNumber (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::Item > dcmSequence) |
| Set the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to. | |
| std::vector< DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::Item > | getSequence () const |
| Return the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTRecordedLateralSpreadingDeviceSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
Protected Attributes | |
| std::vector< DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTRecordedLateralSpreadingDeviceSequence.
Definition at line 43 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 91 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 101 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inline |
Definition at line 161 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getAccessoryCode | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getAccessoryCode | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 105 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
Referenced by DRTRecordedLateralSpreadingDeviceSequenceWrapper::getAccessoryCodeTag().
|
inline |
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getLateralSpreadingDeviceID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getLateralSpreadingDeviceID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 111 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
Referenced by DRTRecordedLateralSpreadingDeviceSequenceWrapper::getLateralSpreadingDeviceIDTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getReferencedLateralSpreadingDeviceNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::getReferencedLateralSpreadingDeviceNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 117 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
Referenced by DRTRecordedLateralSpreadingDeviceSequenceWrapper::getReferencedLateralSpreadingDeviceNumberTag().
|
inline |
Return the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedLateralSpreadingDeviceSequence |
Definition at line 129 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
Referenced by DRTRecordedLateralSpreadingDeviceSequenceWrapper::DRTRecordedLateralSpreadingDeviceSequenceWrapper(), and DRTRecordedLateralSpreadingDeviceSequenceWrapper::operator=().
|
inline |
Check if the DRTRecordedLateralSpreadingDeviceSequence is set.
Definition at line 135 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::setAccessoryCode | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::setLateralSpreadingDeviceID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTRecordedLateralSpreadingDeviceSequenceInterface::setReferencedLateralSpreadingDeviceNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTRecordedLateralSpreadingDeviceSequence this interface class provides access to.
| dcmSequence | Pointer to DRTRecordedLateralSpreadingDeviceSequence |
Definition at line 123 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.
Referenced by DRTRecordedLateralSpreadingDeviceSequenceWrapper::DRTRecordedLateralSpreadingDeviceSequenceWrapper(), and DRTRecordedLateralSpreadingDeviceSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTRecordedLateralSpreadingDeviceSequenceInterface.h.