MeVisLab Toolbox Reference
DRTSourceImageSequenceWrapper Class Reference

#include <mlDRTSourceImageSequenceWrapper.h>

Inheritance diagram for DRTSourceImageSequenceWrapper:

Public Slots

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

Public Member Functions

 DRTSourceImageSequenceWrapper (ml::DcmDRTSourceImageSequenceInterface *wrappedSequence)
 DRTSourceImageSequenceWrapper (const DRTSourceImageSequenceWrapper &toCopy)
DRTSourceImageSequenceWrapperoperator= (const DRTSourceImageSequenceWrapper &toCopy)
ml::DcmDRTSourceImageSequenceInterface getWrappedSequence () const
QString getPatientOrientationTag () const
QString getReferencedFrameNumberTag () const
QString getReferencedSOPClassUIDTag () const
QString getReferencedSOPInstanceUIDTag () const
QString getReferencedSegmentNumberTag () const
QString getSpatialLocationsPreservedTag () const
QString getPurposeOfReferenceCodeSequenceTag () const

Detailed Description

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

Definition at line 45 of file mlDRTSourceImageSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTSourceImageSequenceWrapper() [1/2]

DRTSourceImageSequenceWrapper::DRTSourceImageSequenceWrapper ( ml::DcmDRTSourceImageSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTSourceImageSequenceWrapper.h.

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

◆ DRTSourceImageSequenceWrapper() [2/2]

DRTSourceImageSequenceWrapper::DRTSourceImageSequenceWrapper ( const DRTSourceImageSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTSourceImageSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTSourceImageSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTSourceImageSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getPatientOrientationTag()

QString DRTSourceImageSequenceWrapper::getPatientOrientationTag ( ) const
inline

Definition at line 70 of file mlDRTSourceImageSequenceWrapper.h.

◆ getPurposeOfReferenceCodeSequenceTag()

QString DRTSourceImageSequenceWrapper::getPurposeOfReferenceCodeSequenceTag ( ) const
inline

Definition at line 83 of file mlDRTSourceImageSequenceWrapper.h.

◆ getReferencedFrameNumberTag()

QString DRTSourceImageSequenceWrapper::getReferencedFrameNumberTag ( ) const
inline

Definition at line 72 of file mlDRTSourceImageSequenceWrapper.h.

◆ getReferencedSegmentNumberTag()

QString DRTSourceImageSequenceWrapper::getReferencedSegmentNumberTag ( ) const
inline

Definition at line 78 of file mlDRTSourceImageSequenceWrapper.h.

◆ getReferencedSOPClassUIDTag()

QString DRTSourceImageSequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

Definition at line 74 of file mlDRTSourceImageSequenceWrapper.h.

◆ getReferencedSOPInstanceUIDTag()

QString DRTSourceImageSequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

Definition at line 76 of file mlDRTSourceImageSequenceWrapper.h.

◆ getSpatialLocationsPreservedTag()

QString DRTSourceImageSequenceWrapper::getSpatialLocationsPreservedTag ( ) const
inline

Definition at line 80 of file mlDRTSourceImageSequenceWrapper.h.

◆ getWrappedSequence()

ml::DcmDRTSourceImageSequenceInterface DRTSourceImageSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTSourceImageSequenceWrapper.h.

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

◆ insertItem

bool DRTSourceImageSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTSourceImageSequenceWrapper::removeItem ( int idx)
slot

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