|
MeVisLab Toolbox Reference
|
Class to provide access to DRTContourSequence. More...
#include <mlDcmDRTContourSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTContourSequenceInterface () | |
| DcmDRTContourSequenceInterface (std::vector< DcmDRTContourSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTContourSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTContourSequenceInterface () |
| Default virtual Destructor. | |
| bool | getAttachedContours (unsigned long idx, std::string ¶meter) const |
| bool | getAttachedContours (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getAttachedContoursTag () const |
| bool | setAttachedContours (unsigned long idx, std::string parameter) |
| bool | getContourData (unsigned long idx, std::string ¶meter) const |
| bool | getContourData (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContourDataTag () const |
| bool | setContourData (unsigned long idx, std::string parameter) |
| bool | getContourGeometricType (unsigned long idx, std::string ¶meter) const |
| bool | getContourGeometricType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContourGeometricTypeTag () const |
| bool | setContourGeometricType (unsigned long idx, std::string parameter) |
| bool | getContourNumber (unsigned long idx, std::string ¶meter) const |
| bool | getContourNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContourNumberTag () const |
| bool | setContourNumber (unsigned long idx, std::string parameter) |
| bool | getContourOffsetVector (unsigned long idx, std::string ¶meter) const |
| bool | getContourOffsetVector (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContourOffsetVectorTag () const |
| bool | setContourOffsetVector (unsigned long idx, std::string parameter) |
| bool | getContourSlabThickness (unsigned long idx, std::string ¶meter) const |
| bool | getContourSlabThickness (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getContourSlabThicknessTag () const |
| bool | setContourSlabThickness (unsigned long idx, std::string parameter) |
| bool | getNumberOfContourPoints (unsigned long idx, std::string ¶meter) const |
| bool | getNumberOfContourPoints (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getNumberOfContourPointsTag () const |
| bool | setNumberOfContourPoints (unsigned long idx, std::string parameter) |
| DcmDRTContourImageSequenceInterface | getContourImageSequence (unsigned long idx) const |
| std::string | getContourImageSequenceTag () const |
| void | setContourImageSequence (DcmDRTContourImageSequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTContourSequenceInterface::Item > dcmSequence) |
| Set the DRTContourSequence this interface class provides access to. | |
| std::vector< DcmDRTContourSequenceInterface::Item > | getSequence () const |
| Return the DRTContourSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTContourSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTContourSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTContourSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTContourSequenceInterface::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< DcmDRTContourSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTContourSequence.
Definition at line 44 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Definition at line 114 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 117 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Definition at line 119 of file mlDcmDRTContourSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 127 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 211 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Definition at line 216 of file mlDcmDRTContourSequenceInterface.h.
| bool ml::DcmDRTContourSequenceInterface::getAttachedContours | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTContourSequenceInterface::getAttachedContours | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 131 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getAttachedContoursTag().
| bool ml::DcmDRTContourSequenceInterface::getContourData | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTContourSequenceInterface::getContourData | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 137 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getContourDataTag().
| bool ml::DcmDRTContourSequenceInterface::getContourGeometricType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTContourSequenceInterface::getContourGeometricType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 143 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getContourGeometricTypeTag().
| DcmDRTContourImageSequenceInterface ml::DcmDRTContourSequenceInterface::getContourImageSequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 172 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getContourImageSequenceTag().
| bool ml::DcmDRTContourSequenceInterface::getContourNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTContourSequenceInterface::getContourNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 149 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getContourNumberTag().
| bool ml::DcmDRTContourSequenceInterface::getContourOffsetVector | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTContourSequenceInterface::getContourOffsetVector | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 155 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getContourOffsetVectorTag().
| bool ml::DcmDRTContourSequenceInterface::getContourSlabThickness | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTContourSequenceInterface::getContourSlabThickness | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 161 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getContourSlabThicknessTag().
|
inline |
Gets the item at the indicated position.
Definition at line 202 of file mlDcmDRTContourSequenceInterface.h.
| bool ml::DcmDRTContourSequenceInterface::getNumberOfContourPoints | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTContourSequenceInterface::getNumberOfContourPoints | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 167 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::getNumberOfContourPointsTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 196 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Return the DRTContourSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContourSequence |
Definition at line 184 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::DRTContourSequenceWrapper(), and DRTContourSequenceWrapper::operator=().
|
inline |
Check if the DRTContourSequence is set.
Definition at line 190 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 222 of file mlDcmDRTContourSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 234 of file mlDcmDRTContourSequenceInterface.h.
| bool ml::DcmDRTContourSequenceInterface::setAttachedContours | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTContourSequenceInterface::setContourData | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTContourSequenceInterface::setContourGeometricType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| void ml::DcmDRTContourSequenceInterface::setContourImageSequence | ( | DcmDRTContourImageSequenceInterface | seq, |
| unsigned long | idx | ||
| ) |
| bool ml::DcmDRTContourSequenceInterface::setContourNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTContourSequenceInterface::setContourOffsetVector | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTContourSequenceInterface::setContourSlabThickness | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTContourSequenceInterface::setNumberOfContourPoints | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTContourSequence this interface class provides access to.
| dcmSequence | Pointer to DRTContourSequence |
Definition at line 178 of file mlDcmDRTContourSequenceInterface.h.
Referenced by DRTContourSequenceWrapper::DRTContourSequenceWrapper(), and DRTContourSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 246 of file mlDcmDRTContourSequenceInterface.h.