Documentation/4.10/Developers/Tutorials/Module
From Slicer Wiki
Home < Documentation < 4.10 < Developers < Tutorials < Module
For the latest Slicer documentation, visit the read-the-docs. |
Module Overview
Slicer supports three types of modules: Command Line Interface (CLI), Loadable Modules and Scripted Modules.
While the developer has to choose between one of the three types to implement its module, the end user will NOT notice the difference as they all share the same look & feel.
The choice for a given type of module is usually based on the type of inputs/parameters for a given module.
Module How-tos