|
MeVisLab Toolbox Reference
|
Class to provide access to DRTIonWedgeSequence. More...
#include <mlDcmDRTIonWedgeSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTIonWedgeSequenceInterface () | |
| DcmDRTIonWedgeSequenceInterface (std::vector< DcmDRTIonWedgeSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTIonWedgeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTIonWedgeSequenceInterface () |
| 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 | getIsocenterToWedgeTrayDistance (unsigned long idx, float ¶meter) const |
| bool | getIsocenterToWedgeTrayDistance (DCMTree::TreePtr item, float ¶meter) const |
| std::string | getIsocenterToWedgeTrayDistanceTag () const |
| bool | setIsocenterToWedgeTrayDistance (unsigned long idx, float 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 | 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< DcmDRTIonWedgeSequenceInterface::Item > dcmSequence) |
| Set the DRTIonWedgeSequence this interface class provides access to. | |
| std::vector< DcmDRTIonWedgeSequenceInterface::Item > | getSequence () const |
| Return the DRTIonWedgeSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTIonWedgeSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTIonWedgeSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTIonWedgeSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTIonWedgeSequenceInterface::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< DcmDRTIonWedgeSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTIonWedgeSequence.
Definition at line 43 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Definition at line 108 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 111 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Definition at line 113 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 121 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 200 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Definition at line 205 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::getAccessoryCode | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTIonWedgeSequenceInterface::getAccessoryCode | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 125 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::getAccessoryCodeTag().
| bool ml::DcmDRTIonWedgeSequenceInterface::getIsocenterToWedgeTrayDistance | ( | DCMTree::TreePtr | item, |
| float & | parameter | ||
| ) | const |
| bool ml::DcmDRTIonWedgeSequenceInterface::getIsocenterToWedgeTrayDistance | ( | unsigned long | idx, |
| float & | parameter | ||
| ) | const |
|
inline |
Definition at line 131 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::getIsocenterToWedgeTrayDistanceTag().
|
inline |
Gets the item at the indicated position.
Definition at line 191 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 185 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Return the DRTIonWedgeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgeSequence |
Definition at line 173 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::DRTIonWedgeSequenceWrapper(), and DRTIonWedgeSequenceWrapper::operator=().
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeAngle | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeAngle | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 137 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::getWedgeAngleTag().
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 143 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::getWedgeIDTag().
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 149 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::getWedgeNumberTag().
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeOrientation | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeOrientation | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 155 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::getWedgeOrientationTag().
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTIonWedgeSequenceInterface::getWedgeType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 161 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::getWedgeTypeTag().
|
inline |
Check if the DRTIonWedgeSequence is set.
Definition at line 179 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTIonWedgeSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTIonWedgeSequenceInterface.h.
| bool ml::DcmDRTIonWedgeSequenceInterface::setAccessoryCode | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setIsocenterToWedgeTrayDistance | ( | unsigned long | idx, |
| float | parameter | ||
| ) |
|
inline |
Set the DRTIonWedgeSequence this interface class provides access to.
| dcmSequence | Pointer to DRTIonWedgeSequence |
Definition at line 167 of file mlDcmDRTIonWedgeSequenceInterface.h.
Referenced by DRTIonWedgeSequenceWrapper::DRTIonWedgeSequenceWrapper(), and DRTIonWedgeSequenceWrapper::operator=().
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeAngle | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeOrientation | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTIonWedgeSequenceInterface::setWedgeType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTIonWedgeSequenceInterface.h.