MeVisLab Toolbox Reference
DRTModalityLUTSequenceWrapper Class Reference

#include <mlDRTModalityLUTSequenceWrapper.h>

Inheritance diagram for DRTModalityLUTSequenceWrapper:

Public Slots

Access to wrapped DRTModalityLUTSequence object.
int getNumberOfItems () const
 \script
QVariant getItem (int idx)
QVariant addItem ()
bool insertItem (int idx)
bool removeItem (int idx)

Public Member Functions

 DRTModalityLUTSequenceWrapper (ml::DcmDRTModalityLUTSequenceInterface *wrappedSequence)
 DRTModalityLUTSequenceWrapper (const DRTModalityLUTSequenceWrapper &toCopy)
DRTModalityLUTSequenceWrapperoperator= (const DRTModalityLUTSequenceWrapper &toCopy)
ml::DcmDRTModalityLUTSequenceInterface getWrappedSequence () const
QString getLUTDescriptorTag () const
QString getLUTExplanationTag () const
QString getModalityLUTTypeTag () const

Detailed Description

A class that wraps DRTModalityLUTSequence Item for use in Python. \script

Definition at line 45 of file mlDRTModalityLUTSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTModalityLUTSequenceWrapper() [1/2]

DRTModalityLUTSequenceWrapper::DRTModalityLUTSequenceWrapper ( ml::DcmDRTModalityLUTSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTModalityLUTSequenceWrapper.h.

Referenced by DRTModalityLUTSequenceWrapper(), and operator=().

◆ DRTModalityLUTSequenceWrapper() [2/2]

DRTModalityLUTSequenceWrapper::DRTModalityLUTSequenceWrapper ( const DRTModalityLUTSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTModalityLUTSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTModalityLUTSequenceWrapper::getItem ( int idx)
slot

◆ getLUTDescriptorTag()

QString DRTModalityLUTSequenceWrapper::getLUTDescriptorTag ( ) const
inline

Definition at line 70 of file mlDRTModalityLUTSequenceWrapper.h.

◆ getLUTExplanationTag()

QString DRTModalityLUTSequenceWrapper::getLUTExplanationTag ( ) const
inline

Definition at line 72 of file mlDRTModalityLUTSequenceWrapper.h.

◆ getModalityLUTTypeTag()

QString DRTModalityLUTSequenceWrapper::getModalityLUTTypeTag ( ) const
inline

Definition at line 74 of file mlDRTModalityLUTSequenceWrapper.h.

◆ getNumberOfItems

int DRTModalityLUTSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getWrappedSequence()

ml::DcmDRTModalityLUTSequenceInterface DRTModalityLUTSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTModalityLUTSequenceWrapper.h.

Referenced by DRTModalityLUTSequenceWrapper(), and operator=().

◆ insertItem

bool DRTModalityLUTSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTModalityLUTSequenceWrapper::removeItem ( int idx)
slot

The documentation for this class was generated from the following file: