ModuleLoaderBackendsControl

MLModule
author Wolf Spindler
package FMEstable/ReleaseMeVis
dll MLModuleLoaderBackends
definition MLModuleLoaderBackendsControl.def
keywords testing, control

Purpose

This hidden and global module is used on python programming level only, do not use it in networks directly! A python function such as

def allowBackend(isOn):
  module = ctx.addModule("ModuleLoaderBackendsControl")
  module.object().allow(isOn)
  module.remove()

allows the (de)activation of ModuleLoaderBackends which are used by DirectDicomImport and MultFileVolume-based loaders. Currently the backends implement the loaders for ImageLoad, MLImageFormatLoad, itkImageFileReader, and HistoLoad.