MeVisLab Toolbox Reference
DRTChannelShieldSequenceWrapper Class Reference

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

#include <mlDRTChannelShieldSequenceWrapper.h>

Inheritance diagram for DRTChannelShieldSequenceWrapper:

Public Slots

Access to wrapped DRTChannelShieldSequence object.

\script

int getNumberOfItems () const
 
QVariant getItem (int idx)
 
QVariant addItem ()
 
bool insertItem (int idx)
 
bool removeItem (int idx)
 

Public Member Functions

 DRTChannelShieldSequenceWrapper (ml::DcmDRTChannelShieldSequenceInterface *wrappedSequence)
 
 DRTChannelShieldSequenceWrapper (const DRTChannelShieldSequenceWrapper &toCopy)
 
DRTChannelShieldSequenceWrapperoperator= (const DRTChannelShieldSequenceWrapper &toCopy)
 
ml::DcmDRTChannelShieldSequenceInterface getWrappedSequence () const
 
QString getChannelShieldIDTag () const
 
QString getChannelShieldNameTag () const
 
QString getChannelShieldNominalThicknessTag () const
 
QString getChannelShieldNominalTransmissionTag () const
 
QString getChannelShieldNumberTag () const
 
QString getMaterialIDTag () const
 
QString getReferencedROINumberTag () const
 

Detailed Description

A class that wraps DRTChannelShieldSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTChannelShieldSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTChannelShieldSequenceWrapper() [1/2]

DRTChannelShieldSequenceWrapper::DRTChannelShieldSequenceWrapper ( ml::DcmDRTChannelShieldSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTChannelShieldSequenceWrapper.h.

◆ DRTChannelShieldSequenceWrapper() [2/2]

DRTChannelShieldSequenceWrapper::DRTChannelShieldSequenceWrapper ( const DRTChannelShieldSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTChannelShieldSequenceWrapper::addItem ( )
slot

◆ getChannelShieldIDTag()

QString DRTChannelShieldSequenceWrapper::getChannelShieldIDTag ( ) const
inline

◆ getChannelShieldNameTag()

QString DRTChannelShieldSequenceWrapper::getChannelShieldNameTag ( ) const
inline

◆ getChannelShieldNominalThicknessTag()

QString DRTChannelShieldSequenceWrapper::getChannelShieldNominalThicknessTag ( ) const
inline

◆ getChannelShieldNominalTransmissionTag()

QString DRTChannelShieldSequenceWrapper::getChannelShieldNominalTransmissionTag ( ) const
inline

◆ getChannelShieldNumberTag()

QString DRTChannelShieldSequenceWrapper::getChannelShieldNumberTag ( ) const
inline

◆ getItem

QVariant DRTChannelShieldSequenceWrapper::getItem ( int  idx)
slot

◆ getMaterialIDTag()

QString DRTChannelShieldSequenceWrapper::getMaterialIDTag ( ) const
inline

◆ getNumberOfItems

int DRTChannelShieldSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedROINumberTag()

QString DRTChannelShieldSequenceWrapper::getReferencedROINumberTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTChannelShieldSequenceInterface DRTChannelShieldSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTChannelShieldSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTChannelShieldSequenceWrapper::removeItem ( int  idx)
slot

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