|
MeVisLab Toolbox Reference
|
Class to provide access to DRTWedgeSequence. More...
#include <mlDcmDRTWedgeSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTWedgeSequenceInterface () | |
| DcmDRTWedgeSequenceInterface (std::vector< DcmDRTWedgeSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTWedgeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTWedgeSequenceInterface () |
| 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 | getSourceToWedgeTrayDistance (unsigned long idx, std::string ¶meter) const |
| bool | getSourceToWedgeTrayDistance (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getSourceToWedgeTrayDistanceTag () const |
| bool | setSourceToWedgeTrayDistance (unsigned long idx, std::string parameter) |
| bool | getWedgeAngle (unsigned long idx, std::string ¶meter) const |
| bool | getWedgeAngle (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getWedgeAngleTag () const |
| bool | setWedgeAngle (unsigned long idx, std::string parameter) |
| bool | getWedgeFactor (unsigned long idx, std::string ¶meter) const |
| bool | getWedgeFactor (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getWedgeFactorTag () const |
| bool | setWedgeFactor (unsigned long idx, std::string parameter) |
| bool | getWedgeID (unsigned long idx, std::string ¶meter) const |
| bool | getWedgeID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getWedgeIDTag () const |
| bool | setWedgeID (unsigned long idx, std::string parameter) |
| bool | getWedgeNumber (unsigned long idx, std::string ¶meter) const |
| bool | getWedgeNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getWedgeNumberTag () const |
| bool | setWedgeNumber (unsigned long idx, std::string parameter) |
| bool | getWedgeOrientation (unsigned long idx, std::string ¶meter) const |
| bool | getWedgeOrientation (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getWedgeOrientationTag () const |
| bool | setWedgeOrientation (unsigned long idx, std::string parameter) |
| bool | getWedgeType (unsigned long idx, std::string ¶meter) const |
| bool | getWedgeType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getWedgeTypeTag () const |
| bool | setWedgeType (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTWedgeSequenceInterface::Item > dcmSequence) |
| Set the DRTWedgeSequence this interface class provides access to. | |
| std::vector< DcmDRTWedgeSequenceInterface::Item > | getSequence () const |
| Return the DRTWedgeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTWedgeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTWedgeSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTWedgeSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTWedgeSequenceInterface::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< DcmDRTWedgeSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTWedgeSequence.
Definition at line 43 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Definition at line 113 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 116 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Definition at line 118 of file mlDcmDRTWedgeSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 126 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 211 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Definition at line 216 of file mlDcmDRTWedgeSequenceInterface.h.
| bool ml::DcmDRTWedgeSequenceInterface::getAccessoryCode | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getAccessoryCode | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 130 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getAccessoryCodeTag().
|
inline |
Gets the item at the indicated position.
Definition at line 202 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 196 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Return the DRTWedgeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTWedgeSequence |
Definition at line 184 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::DRTWedgeSequenceWrapper(), and DRTWedgeSequenceWrapper::operator=().
| bool ml::DcmDRTWedgeSequenceInterface::getSourceToWedgeTrayDistance | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getSourceToWedgeTrayDistance | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 136 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getSourceToWedgeTrayDistanceTag().
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeAngle | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeAngle | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 142 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getWedgeAngleTag().
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeFactor | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeFactor | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 148 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getWedgeFactorTag().
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 154 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getWedgeIDTag().
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 160 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getWedgeNumberTag().
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeOrientation | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeOrientation | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 166 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getWedgeOrientationTag().
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTWedgeSequenceInterface::getWedgeType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 172 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::getWedgeTypeTag().
|
inline |
Check if the DRTWedgeSequence is set.
Definition at line 190 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 222 of file mlDcmDRTWedgeSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 234 of file mlDcmDRTWedgeSequenceInterface.h.
| bool ml::DcmDRTWedgeSequenceInterface::setAccessoryCode | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTWedgeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTWedgeSequence |
Definition at line 178 of file mlDcmDRTWedgeSequenceInterface.h.
Referenced by DRTWedgeSequenceWrapper::DRTWedgeSequenceWrapper(), and DRTWedgeSequenceWrapper::operator=().
| bool ml::DcmDRTWedgeSequenceInterface::setSourceToWedgeTrayDistance | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTWedgeSequenceInterface::setWedgeAngle | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTWedgeSequenceInterface::setWedgeFactor | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTWedgeSequenceInterface::setWedgeID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTWedgeSequenceInterface::setWedgeNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTWedgeSequenceInterface::setWedgeOrientation | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTWedgeSequenceInterface::setWedgeType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 246 of file mlDcmDRTWedgeSequenceInterface.h.