| 
    MeVisLab Scripting Reference
    
   | 
 
#include <mlabDicomSurfaceLoadWrapper.h>
Inherits QObject.
Public Slots | |
| QList< MLWEMWrapper * > | readWEMs (bool allInOne) | 
A scripting wrapper for the ml::DicomSurfaceLoadSupport class.
      
  | 
  slot | 
Reads WEM from DICOM surface segmentation object.
allInOne is true, this list contains (at most) one element.| allInOne | If set, all surfaces are stored in one WEM; otherwise, each segment gets its own WEM object. |