MeVisLab Toolbox Reference
|
Class to provide access to DRTApplicatorSequenceInRTImageModule. More...
#include <mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTApplicatorSequenceInRTImageModuleInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTApplicatorSequenceInRTImageModule.
Definition at line 43 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 88 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
|
inline |
Default Constructor.
Definition at line 91 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 101 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 156 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 161 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
References mlrange_cast().
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::getApplicatorDescription | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::getApplicatorDescription | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 105 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
Referenced by DRTApplicatorSequenceInRTImageModuleWrapper::getApplicatorDescriptionTag().
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::getApplicatorID | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::getApplicatorID | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 111 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
Referenced by DRTApplicatorSequenceInRTImageModuleWrapper::getApplicatorIDTag().
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::getApplicatorType | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::getApplicatorType | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 117 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
Referenced by DRTApplicatorSequenceInRTImageModuleWrapper::getApplicatorTypeTag().
|
inline |
Gets the item at the indicated position.
Definition at line 147 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
References mlrange_cast().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 141 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
|
inline |
Return the DRTApplicatorSequenceInRTImageModule this interface class provides access to.
dcmSequence | Pointer to DRTApplicatorSequenceInRTImageModule |
Definition at line 129 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
Referenced by DRTApplicatorSequenceInRTImageModuleItemWrapper::DRTApplicatorSequenceInRTImageModuleItemWrapper(), and DRTApplicatorSequenceInRTImageModuleItemWrapper::operator=().
|
inline |
Check if the DRTApplicatorSequenceInRTImageModule is set.
Definition at line 135 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
Insert an item at the indicated position.
Definition at line 167 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 179 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
References mlrange_cast().
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::setApplicatorDescription | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::setApplicatorID | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::setApplicatorType | ( | unsigned long | idx, |
std::string | parameter ) |
|
inline |
Set the DRTApplicatorSequenceInRTImageModule this interface class provides access to.
dcmSequence | Pointer to DRTApplicatorSequenceInRTImageModule |
Definition at line 123 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.
References mlrange_cast().
Referenced by DRTApplicatorSequenceInRTImageModuleWrapper::DRTApplicatorSequenceInRTImageModuleWrapper(), and DRTApplicatorSequenceInRTImageModuleWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 191 of file mlDcmDRTApplicatorSequenceInRTImageModuleInterface.h.