MeVisLab Toolbox Reference
DRTROIContourSequenceWrapper Class Reference

#include <mlDRTROIContourSequenceWrapper.h>

Inheritance diagram for DRTROIContourSequenceWrapper:

Public Slots

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

Public Member Functions

 DRTROIContourSequenceWrapper (ml::DcmDRTROIContourSequenceInterface *wrappedSequence)
 DRTROIContourSequenceWrapper (const DRTROIContourSequenceWrapper &toCopy)
DRTROIContourSequenceWrapperoperator= (const DRTROIContourSequenceWrapper &toCopy)
ml::DcmDRTROIContourSequenceInterface getWrappedSequence () const
QString getROIDisplayColorTag () const
QString getReferencedROINumberTag () const
QString getContourSequenceTag () const

Detailed Description

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

Definition at line 45 of file mlDRTROIContourSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTROIContourSequenceWrapper() [1/2]

DRTROIContourSequenceWrapper::DRTROIContourSequenceWrapper ( ml::DcmDRTROIContourSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTROIContourSequenceWrapper.h.

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

◆ DRTROIContourSequenceWrapper() [2/2]

DRTROIContourSequenceWrapper::DRTROIContourSequenceWrapper ( const DRTROIContourSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTROIContourSequenceWrapper::addItem ( )
slot

◆ getContourSequenceTag()

QString DRTROIContourSequenceWrapper::getContourSequenceTag ( ) const
inline

Definition at line 75 of file mlDRTROIContourSequenceWrapper.h.

◆ getItem

QVariant DRTROIContourSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTROIContourSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getReferencedROINumberTag()

QString DRTROIContourSequenceWrapper::getReferencedROINumberTag ( ) const
inline

Definition at line 72 of file mlDRTROIContourSequenceWrapper.h.

◆ getROIDisplayColorTag()

QString DRTROIContourSequenceWrapper::getROIDisplayColorTag ( ) const
inline

Definition at line 70 of file mlDRTROIContourSequenceWrapper.h.

◆ getWrappedSequence()

ml::DcmDRTROIContourSequenceInterface DRTROIContourSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTROIContourSequenceWrapper.h.

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

◆ insertItem

bool DRTROIContourSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTROIContourSequenceWrapper::removeItem ( int idx)
slot

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