Diferencia entre revisiones de «Modulos vs Extensiones/en»

De Slicer-Int
Saltar a: navegación, buscar
 
(No se muestran 2 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
 
<languages />
 
<languages />
  
==Módulos==
+
== Modules ==
  
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.
+
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]] Standalone executables, which communicate with the Slicer
+
* [[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

Otros idiomas:
English • ‎español • ‎français

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:

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)