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