MeVisLab Toolbox Reference
DRTROIPhysicalPropertiesSequenceWrapper Class Reference

#include <mlDRTROIPhysicalPropertiesSequenceWrapper.h>

Inheritance diagram for DRTROIPhysicalPropertiesSequenceWrapper:

Public Slots

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

Public Member Functions

 DRTROIPhysicalPropertiesSequenceWrapper (ml::DcmDRTROIPhysicalPropertiesSequenceInterface *wrappedSequence)
 DRTROIPhysicalPropertiesSequenceWrapper (const DRTROIPhysicalPropertiesSequenceWrapper &toCopy)
DRTROIPhysicalPropertiesSequenceWrapperoperator= (const DRTROIPhysicalPropertiesSequenceWrapper &toCopy)
ml::DcmDRTROIPhysicalPropertiesSequenceInterface getWrappedSequence () const
QString getROIPhysicalPropertyTag () const
QString getROIPhysicalPropertyValueTag () const

Detailed Description

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

Definition at line 45 of file mlDRTROIPhysicalPropertiesSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTROIPhysicalPropertiesSequenceWrapper() [1/2]

DRTROIPhysicalPropertiesSequenceWrapper::DRTROIPhysicalPropertiesSequenceWrapper ( ml::DcmDRTROIPhysicalPropertiesSequenceInterface * wrappedSequence)
inline

◆ DRTROIPhysicalPropertiesSequenceWrapper() [2/2]

DRTROIPhysicalPropertiesSequenceWrapper::DRTROIPhysicalPropertiesSequenceWrapper ( const DRTROIPhysicalPropertiesSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTROIPhysicalPropertiesSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTROIPhysicalPropertiesSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTROIPhysicalPropertiesSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getROIPhysicalPropertyTag()

QString DRTROIPhysicalPropertiesSequenceWrapper::getROIPhysicalPropertyTag ( ) const
inline

Definition at line 70 of file mlDRTROIPhysicalPropertiesSequenceWrapper.h.

◆ getROIPhysicalPropertyValueTag()

QString DRTROIPhysicalPropertiesSequenceWrapper::getROIPhysicalPropertyValueTag ( ) const
inline

Definition at line 72 of file mlDRTROIPhysicalPropertiesSequenceWrapper.h.

◆ getWrappedSequence()

ml::DcmDRTROIPhysicalPropertiesSequenceInterface DRTROIPhysicalPropertiesSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTROIPhysicalPropertiesSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTROIPhysicalPropertiesSequenceWrapper::removeItem ( int idx)
slot

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