|
MeVisLab Toolbox Reference
|
Class to provide access to DRTFixationDeviceSequence. More...
#include <mlDcmDRTFixationDeviceSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTFixationDeviceSequenceInterface () | |
| DcmDRTFixationDeviceSequenceInterface (std::vector< DcmDRTFixationDeviceSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTFixationDeviceSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTFixationDeviceSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAccessoryCode (unsigned long idx, std::string ¶meter) const |
| bool | getAccessoryCode (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getAccessoryCodeTag () const |
| bool | setAccessoryCode (unsigned long idx, std::string parameter) |
| bool | getFixationDeviceDescription (unsigned long idx, std::string ¶meter) const |
| bool | getFixationDeviceDescription (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFixationDeviceDescriptionTag () const |
| bool | setFixationDeviceDescription (unsigned long idx, std::string parameter) |
| bool | getFixationDeviceLabel (unsigned long idx, std::string ¶meter) const |
| bool | getFixationDeviceLabel (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFixationDeviceLabelTag () const |
| bool | setFixationDeviceLabel (unsigned long idx, std::string parameter) |
| bool | getFixationDevicePitchAngle (unsigned long idx, float ¶meter) const |
| bool | getFixationDevicePitchAngle (DCMTree::TreePtr item, float ¶meter) const |
| std::string | getFixationDevicePitchAngleTag () const |
| bool | setFixationDevicePitchAngle (unsigned long idx, float parameter) |
| bool | getFixationDevicePosition (unsigned long idx, std::string ¶meter) const |
| bool | getFixationDevicePosition (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFixationDevicePositionTag () const |
| bool | setFixationDevicePosition (unsigned long idx, std::string parameter) |
| bool | getFixationDeviceRollAngle (unsigned long idx, float ¶meter) const |
| bool | getFixationDeviceRollAngle (DCMTree::TreePtr item, float ¶meter) const |
| std::string | getFixationDeviceRollAngleTag () const |
| bool | setFixationDeviceRollAngle (unsigned long idx, float parameter) |
| bool | getFixationDeviceType (unsigned long idx, std::string ¶meter) const |
| bool | getFixationDeviceType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFixationDeviceTypeTag () const |
| bool | setFixationDeviceType (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTFixationDeviceSequenceInterface::Item > dcmSequence) |
| Set the DRTFixationDeviceSequence this interface class provides access to. | |
| std::vector< DcmDRTFixationDeviceSequenceInterface::Item > | getSequence () const |
| Return the DRTFixationDeviceSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTFixationDeviceSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTFixationDeviceSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTFixationDeviceSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTFixationDeviceSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
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.
|
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.
| 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.
|
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 DRTFixationDeviceSequenceWrapper::DRTFixationDeviceSequenceWrapper(), and DRTFixationDeviceSequenceWrapper::operator=().
|
inline |
Check if the DRTFixationDeviceSequence is set.
Definition at line 179 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTFixationDeviceSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTFixationDeviceSequenceInterface.h.
| 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.
Referenced by DRTFixationDeviceSequenceWrapper::DRTFixationDeviceSequenceWrapper(), and DRTFixationDeviceSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTFixationDeviceSequenceInterface.h.