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