MeVisLab Toolbox Reference
|
Class to provide access to DRTChannelShieldSequence. More...
#include <mlDcmDRTChannelShieldSequenceInterface.h>
Classes | |
class | Item |
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.
References mlrange_cast().
|
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.
References mlrange_cast().
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.
References mlrange_cast().
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 DRTChannelShieldSequenceItemWrapper::DRTChannelShieldSequenceItemWrapper(), and DRTChannelShieldSequenceItemWrapper::operator=().
|
inline |
Check if the DRTChannelShieldSequence is set.
Definition at line 179 of file mlDcmDRTChannelShieldSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTChannelShieldSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTChannelShieldSequenceInterface.h.
References mlrange_cast().
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.
References mlrange_cast().
Referenced by DRTChannelShieldSequenceWrapper::DRTChannelShieldSequenceWrapper(), and DRTChannelShieldSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTChannelShieldSequenceInterface.h.