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

Reads 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.