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