MeVisLab Toolbox Reference
ObjMgr SDK Overview

This file describes the ObjMgr for doxygen.

Module-based applications consist of numerous modules that can be structured in macro modules to build self-contained functionality on a higher level. In order to be able to communicate parameters and results a kind of data exchange is required. Here is where the ObjMgr concept comes to work. This documentation describes the important classes required to write ObjMgr client modules.

New ObjMgr client modules must be derived from the class ml::ObjMgrClient, new loader-plugins for the ObjLoader module must be derived from the class ml::olSpecializedLoader.

As an example, the ObjVolume module's source is included in the SDK in the examples/ML/MLObjMgrExample/MLObjVolume directory of your MeVisLab SDK installation.