MeVisLab Toolbox Reference
|
Class to provide access to DRTFixationDeviceSequence. More...
#include <mlDcmDRTFixationDeviceSequenceInterface.h>
Classes | |
class | Item |
Protected Attributes | |
std::vector< DcmDRTFixationDeviceSequenceInterface::Item > | _itemVec |
Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTFixationDeviceSequence.
Definition at line 43 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Definition at line 108 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 111 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Definition at line 113 of file mlDcmDRTFixationDeviceSequenceInterface.h.
References mlrange_cast().
|
inlinevirtual |
Default virtual Destructor.
Definition at line 121 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 200 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Definition at line 205 of file mlDcmDRTFixationDeviceSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTFixationDeviceSequenceInterface::getAccessoryCode | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTFixationDeviceSequenceInterface::getAccessoryCode | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 125 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceWrapper::getAccessoryCodeTag().
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceDescription | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceDescription | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 131 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceWrapper::getFixationDeviceDescriptionTag().
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceLabel | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceLabel | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 137 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceWrapper::getFixationDeviceLabelTag().
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePitchAngle | ( | DCMTree::TreePtr | item, |
float & | parameter ) const |
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePitchAngle | ( | unsigned long | idx, |
float & | parameter ) const |
|
inline |
Definition at line 143 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceWrapper::getFixationDevicePitchAngleTag().
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePosition | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDevicePosition | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 149 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceWrapper::getFixationDevicePositionTag().
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceRollAngle | ( | DCMTree::TreePtr | item, |
float & | parameter ) const |
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceRollAngle | ( | unsigned long | idx, |
float & | parameter ) const |
|
inline |
Definition at line 155 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceWrapper::getFixationDeviceRollAngleTag().
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceType | ( | DCMTree::TreePtr | item, |
std::string & | parameter ) const |
bool ml::DcmDRTFixationDeviceSequenceInterface::getFixationDeviceType | ( | unsigned long | idx, |
std::string & | parameter ) const |
|
inline |
Definition at line 161 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceWrapper::getFixationDeviceTypeTag().
|
inline |
Gets the item at the indicated position.
Definition at line 191 of file mlDcmDRTFixationDeviceSequenceInterface.h.
References mlrange_cast().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 185 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Return the DRTFixationDeviceSequence this interface class provides access to.
dcmSequence | Pointer to DRTFixationDeviceSequence |
Definition at line 173 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Referenced by DRTFixationDeviceSequenceItemWrapper::DRTFixationDeviceSequenceItemWrapper(), and DRTFixationDeviceSequenceItemWrapper::operator=().
|
inline |
Check if the DRTFixationDeviceSequence is set.
Definition at line 179 of file mlDcmDRTFixationDeviceSequenceInterface.h.
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTFixationDeviceSequenceInterface.h.
References mlrange_cast().
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTFixationDeviceSequenceInterface.h.
References mlrange_cast().
bool ml::DcmDRTFixationDeviceSequenceInterface::setAccessoryCode | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceDescription | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceLabel | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDevicePitchAngle | ( | unsigned long | idx, |
float | parameter ) |
bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDevicePosition | ( | unsigned long | idx, |
std::string | parameter ) |
bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceRollAngle | ( | unsigned long | idx, |
float | parameter ) |
bool ml::DcmDRTFixationDeviceSequenceInterface::setFixationDeviceType | ( | unsigned long | idx, |
std::string | parameter ) |
|
inline |
Set the DRTFixationDeviceSequence this interface class provides access to.
dcmSequence | Pointer to DRTFixationDeviceSequence |
Definition at line 167 of file mlDcmDRTFixationDeviceSequenceInterface.h.
References mlrange_cast().
Referenced by DRTFixationDeviceSequenceWrapper::DRTFixationDeviceSequenceWrapper(), and DRTFixationDeviceSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTFixationDeviceSequenceInterface.h.