|
MeVisLab Toolbox Reference
|
#include <mlDRTContourSequenceItemWrapper.h>
Public Slots | |
Access to wrapped DRTContourSequence object. | |
| QStringList | dir (QString searchString="") const |
| \script | |
| QVariantMap | getDicomTagByKey (QString key) const |
| QVariantMap | getDicomTagByName (QString name) const |
| QVariant | getDicomTagValueByKey (QString key) const |
| QVariant | getDicomTagValueByName (QString name) const |
| bool | setAttachedContours (QString qParam) |
| QString | getAttachedContoursTag () const |
| QString | getAttachedContours () const |
| bool | setContourData (QString qParam) |
| QString | getContourDataTag () const |
| QString | getContourData () const |
| bool | setContourGeometricType (QString qParam) |
| QString | getContourGeometricTypeTag () const |
| QString | getContourGeometricType () const |
| bool | setContourNumber (QString qParam) |
| QString | getContourNumberTag () const |
| QString | getContourNumber () const |
| bool | setContourOffsetVector (QString qParam) |
| QString | getContourOffsetVectorTag () const |
| QString | getContourOffsetVector () const |
| bool | setContourSlabThickness (QString qParam) |
| QString | getContourSlabThicknessTag () const |
| QString | getContourSlabThickness () const |
| bool | setNumberOfContourPoints (QString qParam) |
| QString | getNumberOfContourPointsTag () const |
| QString | getNumberOfContourPoints () const |
| bool | setContourImageSequence (QVariant qParam) |
| QVariant | getContourImageSequence () const |
| QString | getContourImageSequenceTag () const |
Public Member Functions | |
| DRTContourSequenceItemWrapper (const ml::DcmDRTContourSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTContourSequenceInterface *sequenceInterface) | |
| DRTContourSequenceItemWrapper (const DRTContourSequenceItemWrapper &toCopy) | |
| DRTContourSequenceItemWrapper & | operator= (const DRTContourSequenceItemWrapper &toCopy) |
| ml::DcmDRTContourSequenceInterface::Item | getWrappedSequenceItem () const |
| ml::DcmDRTContourSequenceInterface * | getSequence () const |
Public Attributes | |
| QStringList | _propertyKeys |
| QString | _AttachedContours |
| QString | _ContourData |
| QString | _ContourGeometricType |
| QString | _ContourNumber |
| QString | _ContourOffsetVector |
| QString | _ContourSlabThickness |
| QString | _NumberOfContourPoints |
| QVariant | _ContourImageSequence |
Properties | |
| QString | AttachedContours |
| QString | ContourData |
| QString | ContourGeometricType |
| QString | ContourNumber |
| QString | ContourOffsetVector |
| QString | ContourSlabThickness |
| QString | NumberOfContourPoints |
| QVariant | ContourImageSequence |
A class that wraps DRTContourSequence Item for use in Python. \script
Definition at line 48 of file mlDRTContourSequenceItemWrapper.h.
|
inline |
Definition at line 56 of file mlDRTContourSequenceItemWrapper.h.
Referenced by DRTContourSequenceItemWrapper(), and operator=().
|
inline |
Definition at line 63 of file mlDRTContourSequenceItemWrapper.h.
References DRTContourSequenceItemWrapper(), getSequence(), and getWrappedSequenceItem().
|
slot |
|
slot |
References getAttachedContours().
Referenced by getAttachedContours().
|
slot |
References getAttachedContoursTag().
Referenced by getAttachedContoursTag().
|
slot |
References getContourData().
Referenced by getContourData().
|
slot |
References getContourDataTag().
Referenced by getContourDataTag().
|
slot |
References getContourGeometricType().
Referenced by getContourGeometricType().
|
slot |
References getContourGeometricTypeTag().
Referenced by getContourGeometricTypeTag().
|
slot |
References getContourImageSequence().
Referenced by getContourImageSequence().
|
slot |
References getContourImageSequenceTag().
Referenced by getContourImageSequenceTag().
|
slot |
References getContourNumber().
Referenced by getContourNumber().
|
slot |
References getContourNumberTag().
Referenced by getContourNumberTag().
|
slot |
References getContourOffsetVector().
Referenced by getContourOffsetVector().
|
slot |
References getContourOffsetVectorTag().
Referenced by getContourOffsetVectorTag().
|
slot |
References getContourSlabThickness().
Referenced by getContourSlabThickness().
|
slot |
References getContourSlabThicknessTag().
Referenced by getContourSlabThicknessTag().
|
slot |
References getDicomTagByKey().
Referenced by getDicomTagByKey().
|
slot |
References getDicomTagByName().
Referenced by getDicomTagByName().
|
slot |
References getDicomTagValueByKey().
Referenced by getDicomTagValueByKey().
|
slot |
References getDicomTagValueByName().
Referenced by getDicomTagValueByName().
|
slot |
References getNumberOfContourPoints().
Referenced by getNumberOfContourPoints().
|
slot |
References getNumberOfContourPointsTag().
Referenced by getNumberOfContourPointsTag().
|
inline |
Definition at line 80 of file mlDRTContourSequenceItemWrapper.h.
Referenced by DRTContourSequenceItemWrapper(), and operator=().
|
inline |
Definition at line 79 of file mlDRTContourSequenceItemWrapper.h.
Referenced by DRTContourSequenceItemWrapper(), and operator=().
|
inline |
Definition at line 71 of file mlDRTContourSequenceItemWrapper.h.
References DRTContourSequenceItemWrapper(), getSequence(), and getWrappedSequenceItem().
|
slot |
References setAttachedContours().
Referenced by setAttachedContours().
|
slot |
References setContourData().
Referenced by setContourData().
|
slot |
References setContourGeometricType().
Referenced by setContourGeometricType().
|
slot |
References setContourImageSequence().
Referenced by setContourImageSequence().
|
slot |
References setContourNumber().
Referenced by setContourNumber().
|
slot |
References setContourOffsetVector().
Referenced by setContourOffsetVector().
|
slot |
References setContourSlabThickness().
Referenced by setContourSlabThickness().
|
slot |
References setNumberOfContourPoints().
Referenced by setNumberOfContourPoints().
| QString DRTContourSequenceItemWrapper::_AttachedContours |
Definition at line 83 of file mlDRTContourSequenceItemWrapper.h.
| QString DRTContourSequenceItemWrapper::_ContourData |
Definition at line 85 of file mlDRTContourSequenceItemWrapper.h.
| QString DRTContourSequenceItemWrapper::_ContourGeometricType |
Definition at line 87 of file mlDRTContourSequenceItemWrapper.h.
| QVariant DRTContourSequenceItemWrapper::_ContourImageSequence |
Definition at line 98 of file mlDRTContourSequenceItemWrapper.h.
| QString DRTContourSequenceItemWrapper::_ContourNumber |
Definition at line 89 of file mlDRTContourSequenceItemWrapper.h.
| QString DRTContourSequenceItemWrapper::_ContourOffsetVector |
Definition at line 91 of file mlDRTContourSequenceItemWrapper.h.
| QString DRTContourSequenceItemWrapper::_ContourSlabThickness |
Definition at line 93 of file mlDRTContourSequenceItemWrapper.h.
| QString DRTContourSequenceItemWrapper::_NumberOfContourPoints |
Definition at line 95 of file mlDRTContourSequenceItemWrapper.h.
| QStringList DRTContourSequenceItemWrapper::_propertyKeys |
Definition at line 54 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 84 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 86 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 88 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 99 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 90 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 92 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 94 of file mlDRTContourSequenceItemWrapper.h.
|
readwrite |
Definition at line 96 of file mlDRTContourSequenceItemWrapper.h.