MeVisLab Toolbox Reference
DRTContourImageSequenceWrapper Class Reference

#include <mlDRTContourImageSequenceWrapper.h>

Inheritance diagram for DRTContourImageSequenceWrapper:

Public Slots

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

Public Member Functions

 DRTContourImageSequenceWrapper (ml::DcmDRTContourImageSequenceInterface *wrappedSequence)
 DRTContourImageSequenceWrapper (const DRTContourImageSequenceWrapper &toCopy)
DRTContourImageSequenceWrapperoperator= (const DRTContourImageSequenceWrapper &toCopy)
ml::DcmDRTContourImageSequenceInterface getWrappedSequence () const
QString getReferencedFrameNumberTag () const
QString getReferencedSOPClassUIDTag () const
QString getReferencedSOPInstanceUIDTag () const
QString getReferencedSegmentNumberTag () const

Detailed Description

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

Definition at line 45 of file mlDRTContourImageSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTContourImageSequenceWrapper() [1/2]

DRTContourImageSequenceWrapper::DRTContourImageSequenceWrapper ( ml::DcmDRTContourImageSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTContourImageSequenceWrapper.h.

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

◆ DRTContourImageSequenceWrapper() [2/2]

DRTContourImageSequenceWrapper::DRTContourImageSequenceWrapper ( const DRTContourImageSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTContourImageSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTContourImageSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTContourImageSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getReferencedFrameNumberTag()

QString DRTContourImageSequenceWrapper::getReferencedFrameNumberTag ( ) const
inline

Definition at line 70 of file mlDRTContourImageSequenceWrapper.h.

◆ getReferencedSegmentNumberTag()

QString DRTContourImageSequenceWrapper::getReferencedSegmentNumberTag ( ) const
inline

Definition at line 76 of file mlDRTContourImageSequenceWrapper.h.

◆ getReferencedSOPClassUIDTag()

QString DRTContourImageSequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

Definition at line 72 of file mlDRTContourImageSequenceWrapper.h.

◆ getReferencedSOPInstanceUIDTag()

QString DRTContourImageSequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

Definition at line 74 of file mlDRTContourImageSequenceWrapper.h.

◆ getWrappedSequence()

ml::DcmDRTContourImageSequenceInterface DRTContourImageSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTContourImageSequenceWrapper.h.

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

◆ insertItem

bool DRTContourImageSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTContourImageSequenceWrapper::removeItem ( int idx)
slot

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