25#ifndef __mlDRTModalityLUTSequenceWrapper_H
26#define __mlDRTModalityLUTSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
70 QString
getLUTDescriptorTag()
const {
return QString(_wrappedSequence.getLUTDescriptorTag().c_str()); }
int getNumberOfItems() const
\script
DRTModalityLUTSequenceWrapper(const DRTModalityLUTSequenceWrapper &toCopy)
ml::DcmDRTModalityLUTSequenceInterface getWrappedSequence() const
QString getModalityLUTTypeTag() const
DRTModalityLUTSequenceWrapper(ml::DcmDRTModalityLUTSequenceInterface *wrappedSequence)
QVariant getItem(int idx)
DRTModalityLUTSequenceWrapper & operator=(const DRTModalityLUTSequenceWrapper &toCopy)
QString getLUTDescriptorTag() const
QString getLUTExplanationTag() const
Class to provide access to DRTModalityLUTSequence.
std::vector< DcmDRTModalityLUTSequenceInterface::Item > getSequence() const
Class to provide access to DRTModalityLUTSequence.