Diferencia entre revisiones de «Modulos vs Extensiones/en»
De Slicer-Int
(Página creada con «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...») |
(Página creada con «==Documentation in Slicer.org==») |
||
| Línea 16: | Línea 16: | ||
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). | 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== |
[[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules Modules]] (en inglés) | [[https://www.slicer.org/wiki/Documentation/4.8/Developers/Modules Modules]] (en inglés) | ||
[[https://www.slicer.org/wiki/Documentation/4.8/FAQ/Extensions Extensions]] (en inglés) | [[https://www.slicer.org/wiki/Documentation/4.8/FAQ/Extensions Extensions]] (en inglés) | ||
Revisión del 16:15 18 oct 2017
Módulos
Los módulos son pequeños subprogramas que se integran dentro del Slicer para así extender sus funcionalidades. Pueden venir ya preinstalados (incluidos dentro de la versión de Slicer que se descargue de la web) o se instalan posteriormente.
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] Standalone 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] (en inglés) [Extensions] (en inglés)