MeVisLab Scripting Reference
MLABDicomSurfaceLoadWrapper Class Reference

Inherits QObject.

Public Slots

QList< MLWEMWrapper * > readWEMs (bool allInOne)
 

Detailed Description

A scripting wrapper for the ml::DicomSurfaceLoadSupport class.

Member Function Documentation

◆ readWEMs

QList<MLWEMWrapper*> MLABDicomSurfaceLoadWrapper::readWEMs ( bool  allInOne)
slot

Read WEM from DICOM surface segmentation object.

Returns
a list of WEMs - if allInOne is true, this list contains (at most) one element
Parameters
allInOneif set, all surfaces are stored in one WEM, otherwise each segment gets its own WEM object.