25#ifndef __mlDRTRTDoseROISequenceWrapper_H 
   26#define __mlDRTRTDoseROISequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
A class that wraps DRTRTDoseROISequence Item for use in Python.
 
DRTRTDoseROISequenceWrapper & operator=(const DRTRTDoseROISequenceWrapper &toCopy)
 
QString getReferencedROINumberTag() const
 
int getNumberOfItems() const
 
ml::DcmDRTRTDoseROISequenceInterface getWrappedSequence() const
 
DRTRTDoseROISequenceWrapper(const DRTRTDoseROISequenceWrapper &toCopy)
 
QString getDoseUnitsTag() const
 
QVariant getItem(int idx)
 
DRTRTDoseROISequenceWrapper(ml::DcmDRTRTDoseROISequenceInterface *wrappedSequence)
 
QString getDoseValueTag() const
 
Class to provide access to DRTRTDoseROISequence.
 
std::string getReferencedROINumberTag() const
 
void setSequence(std::vector< DcmDRTRTDoseROISequenceInterface::Item > dcmSequence)
Set the DRTRTDoseROISequence this interface class provides access to.
 
std::string getDoseUnitsTag() const
 
std::string getDoseValueTag() const
 
Class to provide access to DRTRTDoseROISequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.