MeVisLab Toolbox Reference
|
Class to provide access to DRTSnoutSequence. More...
#include <mlDcmDRTSnoutSequenceInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTSnoutSequenceInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTSnoutSequence.
Definition at line 43 of file mlDcmDRTSnoutSequenceInterface.h.
|
inline |
Definition at line 83 of file mlDcmDRTSnoutSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 86 of file mlDcmDRTSnoutSequenceInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTSnoutSequenceInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 96 of file mlDcmDRTSnoutSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 145 of file mlDcmDRTSnoutSequenceInterface.h.
|
inline |
Definition at line 150 of file mlDcmDRTSnoutSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTSnoutSequenceInterface::getAccessoryCode | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTSnoutSequenceInterface::getAccessoryCode | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 100 of file mlDcmDRTSnoutSequenceInterface.h.
Referenced by DRTSnoutSequenceWrapper::getAccessoryCodeTag().
|
inline |
Gets the item at the indicated position.
Definition at line 136 of file mlDcmDRTSnoutSequenceInterface.h.
References mlrange_cast().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 130 of file mlDcmDRTSnoutSequenceInterface.h.
|
inline |
Return the DRTSnoutSequence this interface class provides access to.
dcmSequence | Pointer to DRTSnoutSequence |
Definition at line 118 of file mlDcmDRTSnoutSequenceInterface.h.
Referenced by DRTSnoutSequenceItemWrapper::DRTSnoutSequenceItemWrapper(), and DRTSnoutSequenceItemWrapper::operator=().
bool ml::DcmDRTSnoutSequenceInterface::getSnoutID | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTSnoutSequenceInterface::getSnoutID | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 106 of file mlDcmDRTSnoutSequenceInterface.h.
Referenced by DRTSnoutSequenceWrapper::getSnoutIDTag().
|
inline |
Check if the DRTSnoutSequence is set.
Definition at line 124 of file mlDcmDRTSnoutSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 156 of file mlDcmDRTSnoutSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 168 of file mlDcmDRTSnoutSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTSnoutSequenceInterface::setAccessoryCode | ( | unsigned long | idx, |
std::string | parameter ) |
|
inline |
Set the DRTSnoutSequence this interface class provides access to.
dcmSequence | Pointer to DRTSnoutSequence |
Definition at line 112 of file mlDcmDRTSnoutSequenceInterface.h.
References mlrange_cast().
Referenced by DRTSnoutSequenceWrapper::DRTSnoutSequenceWrapper(), and DRTSnoutSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 180 of file mlDcmDRTSnoutSequenceInterface.h.