Difference between revisions of "2014 Summer Project Week Breakout Session:SlicerExtensions"

From NAMIC Wiki
Jump to: navigation, search
m (Created page with 'Presenters: Jean-Christophe Fillion-Robin == Background == A Slicer extension is a "package" bundling together one or more Slicer modules. Slicer supports three types of modu…')
 
Line 9: Line 9:
 
== Summary ==
 
== Summary ==
  
This presentation will consists of an interactive demonstration of the creation of a python extension followed by a presentation of the current infrastucture and more general concepts.
+
This presentation consists of an interactive demonstration of the creation of a python extension followed by a presentation of the overall extension infrastucture.
 
 
  
 
== Attendee Preparation ==
 
== Attendee Preparation ==
  
 
TBD
 
TBD

Revision as of 19:46, 29 May 2014

Home < 2014 Summer Project Week Breakout Session:SlicerExtensions

Presenters: Jean-Christophe Fillion-Robin

Background

A Slicer extension is a "package" bundling together one or more Slicer modules.

Slicer supports three types of modules. While the developer has to choose between one of the three types to implement its module, the end user won't 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.

Summary

This presentation consists of an interactive demonstration of the creation of a python extension followed by a presentation of the overall extension infrastucture.

Attendee Preparation

TBD