25#ifndef __mlDRTROIContourSequenceItemWrapper_H 
   26#define __mlDRTROIContourSequenceItemWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
   66    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
   73    _wrappedSequenceItem = 
toCopy.getWrappedSequenceItem();
 
 
  122  ml::DcmDRTROIContourSequenceInterface::Item _wrappedSequenceItem;
 
  123  ml::DcmDRTROIContourSequenceInterface* _sequenceInterface;
 
 
A class that wraps DRTROIContourSequence Item for use in Python.
 
QString getReferencedROINumberTag() const
 
bool setROIDisplayColor(QString qParam)
 
QString _ReferencedROINumber
 
QString getROIDisplayColor() const
 
DRTROIContourSequenceItemWrapper(const DRTROIContourSequenceItemWrapper &toCopy)
 
DRTROIContourSequenceItemWrapper & operator=(const DRTROIContourSequenceItemWrapper &toCopy)
 
ml::DcmDRTROIContourSequenceInterface * getSequence() const
 
ml::DcmDRTROIContourSequenceInterface::Item getWrappedSequenceItem() const
 
QStringList dir(QString searchString="") const
 
bool setReferencedROINumber(QString qParam)
 
QString ReferencedROINumber
 
QString getContourSequenceTag() const
 
bool setContourSequence(QVariant qParam)
 
QVariant _ContourSequence
 
QVariantMap getDicomTagByKey(QString key) const
 
QVariant getDicomTagValueByName(QString name) const
 
QVariant getContourSequence() const
 
QString getROIDisplayColorTag() const
 
DRTROIContourSequenceItemWrapper(const ml::DcmDRTROIContourSequenceInterface::Item &wrappedSequenceItem, ml::DcmDRTROIContourSequenceInterface *sequenceInterface)
 
QVariantMap getDicomTagByName(QString name) const
 
QString getReferencedROINumber() const
 
QVariant getDicomTagValueByKey(QString key) const
 
QStringList _propertyKeys
 
Class to provide access to DRTROIContourSequence.
 
std::vector< DcmDRTROIContourSequenceInterface::Item > getSequence() const
Return the DRTROIContourSequence this interface class provides access to.
 
Class to provide access to DRTROIContourSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
 
Main documentation file for ML users and developers.