Diferencia entre revisiones de «Modulos vs Extensiones/en»
De Slicer-Int
(Página creada con «https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules Modules (in english) https://www.slicer.org/wiki/Documentation/4.8/FAQ/Extensions Extensions (in en...») |
|||
| (No se muestran 2 ediciones intermedias del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
<languages /> | <languages /> | ||
| − | == | + | == Modules == |
| − | + | The modules are small subprograms that are integrated within the Slicer to extend its functionalities. They can come already pre-installed (included inside the version of Slicer that is downloaded from the web) or they are installed later. | |
There are three types, each with its own characteristics: | There are three types, each with its own characteristics: | ||
* [[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules#Scripted_Modules Scripted Modules]] written in Python and recommended for fast prototypes | * [[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules#Scripted_Modules Scripted Modules]] written in Python and recommended for fast prototypes | ||
* [[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules#Loadable_Modules Loadable Modules]] written in C ++, allow more complex and heavy tasks | * [[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules#Loadable_Modules Loadable Modules]] written in C ++, allow more complex and heavy tasks | ||
| − | * [[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules#Command_Line_Interface_.28CLI.29 Command Line Interface]] | + | * [[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules#Command_Line_Interface_.28CLI.29 Command Line Interface]] Stand-alone executables, which communicate with the Slicer |
==Extensions== | ==Extensions== | ||
Revisión actual del 16:16 18 oct 2017
Modules
The modules are small subprograms that are integrated within the Slicer to extend its functionalities. They can come already pre-installed (included inside the version of Slicer that is downloaded from the web) or they are installed later.
There are three types, each with its own characteristics:
- [Scripted Modules] written in Python and recommended for fast prototypes
- [Loadable Modules] written in C ++, allow more complex and heavy tasks
- [Command Line Interface] Stand-alone executables, which communicate with the Slicer
Extensions
An extension is a group of one or more modules.
When installing an extension, the modules that compose it will be automatically installed and displayed on the Slicer interface as well as within the extension. Extensions are installed through the 'Extensions Manager' ', which is under the' 'View' 'menu (or using the keyboard shortcut Ctrl + 4).
Documentation in Slicer.org
[Modules] (in english) [Extensions] (in english)