25#ifndef __mlDRTContourSequenceWrapper_H 
   26#define __mlDRTContourSequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTContourSequence Item for use in Python.
 
QString getContourOffsetVectorTag() const
 
QString getContourGeometricTypeTag() const
 
QString getContourDataTag() const
 
DRTContourSequenceWrapper(ml::DcmDRTContourSequenceInterface *wrappedSequence)
 
QString getContourSlabThicknessTag() const
 
QString getContourNumberTag() const
 
QString getContourImageSequenceTag() const
 
DRTContourSequenceWrapper & operator=(const DRTContourSequenceWrapper &toCopy)
 
QString getAttachedContoursTag() const
 
QVariant getItem(int idx)
 
QString getNumberOfContourPointsTag() const
 
DRTContourSequenceWrapper(const DRTContourSequenceWrapper &toCopy)
 
int getNumberOfItems() const
 
ml::DcmDRTContourSequenceInterface getWrappedSequence() const
 
Class to provide access to DRTContourSequence.
 
std::string getContourOffsetVectorTag() const
 
std::string getContourImageSequenceTag() const
 
std::string getContourDataTag() const
 
std::string getContourNumberTag() const
 
std::string getAttachedContoursTag() const
 
std::string getContourGeometricTypeTag() const
 
void setSequence(std::vector< DcmDRTContourSequenceInterface::Item > dcmSequence)
Set the DRTContourSequence this interface class provides access to.
 
std::string getNumberOfContourPointsTag() const
 
std::string getContourSlabThicknessTag() const
 
Class to provide access to DRTContourSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.