Difference between revisions of "Documentation/4.0"

From Slicer Wiki
Jump to: navigation, search
Line 73: Line 73:
 
| MyExtension
 
| MyExtension
 
| This is an extension that will do something wonderful
 
| This is an extension that will do something wonderful
| ExperimentalExtensionIcon.png
+
| [[Image:ExperimentalExtensionIcon.png]]
| NoSlicerlicenseIcon.png
+
| [[Image:NoSlicerLicenseIcon.png]]
 
| [http://wwww.myURL.org This is the main URL for this extension]
 
| [http://wwww.myURL.org This is the main URL for this extension]
 
| myemail at gmail.com
 
| myemail at gmail.com
Line 82: Line 82:
 
| MyExtension
 
| MyExtension
 
| This is an extension that will do something wonderful
 
| This is an extension that will do something wonderful
| StableExtensionIcon.png
+
| [[image:StableExtensionIcon.png]]
| SlicerLicenseIcon.png
+
| [[image:SlicerLicenseIcon.png]]
 
| [http://wwww.myURL.org This is the main URL for this extension]
 
| [http://wwww.myURL.org This is the main URL for this extension]
 
| myemail at mit.edu
 
| myemail at mit.edu
 
|-
 
|-
 
|}
 
|}

Revision as of 12:39, 11 August 2011

Home < Documentation < 4.0

Introduction

Slicer4 is moving towards release. This page contains both the guidelines and the dcoumentation for Slicer 4.0.

Requirements for Modules

  • The module is feature complete, i.e. it does everything that it advertises
  • The module has a test. See here for more information.
  • The module is fully documented see below for more details
  • The module complies with Rons rules for tool and the style guide lines, including color palette.

Main GUI

Core Modules

Modules by Category

Filtering

Registration

Segmentation

Converters

Extensions

Introduction

  • Slicer Extensions are the "on-ramp" to the Slicer "highway". They provide are a mechanism for anybody, including third parties, to provide modules which extend the functionality of 3d Slicer.
  • Beginning with Slicer 4, the process for adding modules to slicer will begin with all modules as extensions. In order to become part of the main slicer distribution, extensions will have to be distributed under the slicer license, live up to the claims in the documentation, being stable on the supported platforms, well documented and supported.
  • While the Slicer license is suggested for extensions, it is not required. Please review the documentation of the extension carefully.
  • For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions.
  • In case of problems with extensions, please talk directly to the developers of the extensions.
  • Information for developers can be found here.

Defintion of Terms

Table

id Thumbnail Name Short Description Maturity Slicer License URL Contact Information
1 Short description of the image here MyExtension This is an extension that will do something wonderful ExperimentalExtensionIcon.png NoSlicerLicenseIcon.png This is the main URL for this extension myemail at gmail.com
2 Short description of the image here MyExtension This is an extension that will do something wonderful StableExtensionIcon.png SlicerLicenseIcon.png This is the main URL for this extension myemail at mit.edu