MeVisLab Toolbox Reference
DRTModalityLUTSequenceWrapper Class Reference

A class that wraps DRTModalityLUTSequence Item for use in Python. More...

#include <mlDRTModalityLUTSequenceWrapper.h>

Inheritance diagram for DRTModalityLUTSequenceWrapper:

Public Slots

Access to wrapped DRTModalityLUTSequence object.

\script

int getNumberOfItems () const
 
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.

◆ 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

◆ getLUTExplanationTag()

QString DRTModalityLUTSequenceWrapper::getLUTExplanationTag ( ) const
inline

◆ getModalityLUTTypeTag()

QString DRTModalityLUTSequenceWrapper::getModalityLUTTypeTag ( ) const
inline

◆ getNumberOfItems

int DRTModalityLUTSequenceWrapper::getNumberOfItems ( ) const
slot

◆ 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: