|
MeVisLab Toolbox Reference
|
Class to provide access to DRTChannelShieldSequence. More...
#include <mlDcmDRTChannelShieldSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTChannelShieldSequenceInterface () | |
| DcmDRTChannelShieldSequenceInterface (std::vector< DcmDRTChannelShieldSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTChannelShieldSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTChannelShieldSequenceInterface () |
| Default virtual Destructor. | |
| bool | getChannelShieldID (unsigned long idx, std::string ¶meter) const |
| bool | getChannelShieldID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getChannelShieldIDTag () const |
| bool | setChannelShieldID (unsigned long idx, std::string parameter) |
| bool | getChannelShieldName (unsigned long idx, std::string ¶meter) const |
| bool | getChannelShieldName (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getChannelShieldNameTag () const |
| bool | setChannelShieldName (unsigned long idx, std::string parameter) |
| bool | getChannelShieldNominalThickness (unsigned long idx, std::string ¶meter) const |
| bool | getChannelShieldNominalThickness (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getChannelShieldNominalThicknessTag () const |
| bool | setChannelShieldNominalThickness (unsigned long idx, std::string parameter) |
| bool | getChannelShieldNominalTransmission (unsigned long idx, std::string ¶meter) const |
| bool | getChannelShieldNominalTransmission (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getChannelShieldNominalTransmissionTag () const |
| bool | setChannelShieldNominalTransmission (unsigned long idx, std::string parameter) |
| bool | getChannelShieldNumber (unsigned long idx, std::string ¶meter) const |
| bool | getChannelShieldNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getChannelShieldNumberTag () const |
| bool | setChannelShieldNumber (unsigned long idx, std::string parameter) |
| bool | getMaterialID (unsigned long idx, std::string ¶meter) const |
| bool | getMaterialID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getMaterialIDTag () const |
| bool | setMaterialID (unsigned long idx, std::string parameter) |
| bool | getReferencedROINumber (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedROINumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedROINumberTag () const |
| bool | setReferencedROINumber (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTChannelShieldSequenceInterface::Item > dcmSequence) |
| Set the DRTChannelShieldSequence this interface class provides access to. | |
| std::vector< DcmDRTChannelShieldSequenceInterface::Item > | getSequence () const |
| Return the DRTChannelShieldSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTChannelShieldSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTChannelShieldSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTChannelShieldSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTChannelShieldSequenceInterface::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< DcmDRTChannelShieldSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTChannelShieldSequence.
Definition at line 43 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inline |
Definition at line 108 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 111 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inline |
Definition at line 113 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 121 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 200 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inline |
Definition at line 205 of file mlDcmDRTChannelShieldSequenceInterface.h.
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 125 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::getChannelShieldIDTag().
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldName | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldName | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 131 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::getChannelShieldNameTag().
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldNominalThickness | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldNominalThickness | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 137 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::getChannelShieldNominalThicknessTag().
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldNominalTransmission | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldNominalTransmission | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 143 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::getChannelShieldNominalTransmissionTag().
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTChannelShieldSequenceInterface::getChannelShieldNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 149 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::getChannelShieldNumberTag().
|
inline |
Gets the item at the indicated position.
Definition at line 191 of file mlDcmDRTChannelShieldSequenceInterface.h.
| bool ml::DcmDRTChannelShieldSequenceInterface::getMaterialID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTChannelShieldSequenceInterface::getMaterialID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 155 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::getMaterialIDTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 185 of file mlDcmDRTChannelShieldSequenceInterface.h.
| bool ml::DcmDRTChannelShieldSequenceInterface::getReferencedROINumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTChannelShieldSequenceInterface::getReferencedROINumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 161 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::getReferencedROINumberTag().
|
inline |
Return the DRTChannelShieldSequence this interface class provides access to.
| dcmSequence | Pointer to DRTChannelShieldSequence |
Definition at line 173 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::DRTChannelShieldSequenceWrapper(), and DRTChannelShieldSequenceWrapper::operator=().
|
inline |
Check if the DRTChannelShieldSequence is set.
Definition at line 179 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTChannelShieldSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTChannelShieldSequenceInterface.h.
| bool ml::DcmDRTChannelShieldSequenceInterface::setChannelShieldID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTChannelShieldSequenceInterface::setChannelShieldName | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTChannelShieldSequenceInterface::setChannelShieldNominalThickness | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTChannelShieldSequenceInterface::setChannelShieldNominalTransmission | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTChannelShieldSequenceInterface::setChannelShieldNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTChannelShieldSequenceInterface::setMaterialID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTChannelShieldSequenceInterface::setReferencedROINumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTChannelShieldSequence this interface class provides access to.
| dcmSequence | Pointer to DRTChannelShieldSequence |
Definition at line 167 of file mlDcmDRTChannelShieldSequenceInterface.h.
Referenced by DRTChannelShieldSequenceWrapper::DRTChannelShieldSequenceWrapper(), and DRTChannelShieldSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTChannelShieldSequenceInterface.h.