Difference between revisions of "Documentation/4.0/Developers"

From Slicer Wiki
Jump to: navigation, search
Line 2: Line 2:
 
[[Documentation|Documentation]]/[[Documentation/{{documentation/version}}|{{documentation/version}}]]←
 
[[Documentation|Documentation]]/[[Documentation/{{documentation/version}}|{{documentation/version}}]]←
 
== Developers Information ==
 
== Developers Information ==
[[{{collaborator|logo|slicer4}}|x300px|right]]
+
{|
 +
|
 
=Requirements for Modules=
 
=Requirements for Modules=
 
* The module is '''feature complete''', i.e. it does everything that it advertises
 
* The module is '''feature complete''', i.e. it does everything that it advertises
Line 9: Line 10:
 
* The module complies with [[Documentation-Rons-Rules-For-Tools|Rons rules for tool]] and the style guide lines, including [[Slicer3:Human_Interface_and_Style_Guide_for_Developers#Colors:_application_palettes|color palette]].
 
* The module complies with [[Documentation-Rons-Rules-For-Tools|Rons rules for tool]] and the style guide lines, including [[Slicer3:Human_Interface_and_Style_Guide_for_Developers#Colors:_application_palettes|color palette]].
 
*Use the logos in the [[Template:Collaborator|List of Collaborators]]
 
*Use the logos in the [[Template:Collaborator|List of Collaborators]]
 +
|
 +
[[{{collaborator|logo|slicer4}}|x300px|right]]
 +
|}
  
 
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2"
 
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2"

Revision as of 13:04, 22 November 2011

Home < Documentation < 4.0 < Developers

Documentation/4.0

Developers Information

Requirements for Modules

Slicer4Announcement-HiRes.png

Introduction


Overview of the development process.

Compile/Install


This page describes how to get code from Git.
Compiling and installing Slicer from source.

Mailing List


Intended for the discussion of programming related questions.


Design & Implementation


Objects and their organization. MRML Library provides API for managing medical image data type.
Details how displayable manager works.
Presents the underlying infrastructure.
Details how Slicer is built and packaged.

HOW TO


Setup QtCreator with Slicer
See also presentation QtPortInSlicer - How to write a module
Describes how to make a (Slicer / Qt) loadable module that is compiled outside of the slicer build tree.
Describes how to take your command line module or loadable module and turn it into an extension for Slicer 4.0
How to debug Slicer.
Prerequisites, Notes, Coding style and step-by-step

Miscellaneous


Set of screenshots showing the different Slicer components.
Consistency and Readability for a manageable code base :)
This page serves as a MediaWiki sandbox.