Difference between revisions of "Documentation/4.1/Developers"
From Slicer Wiki
m |
(Undo revision 27204 by JChris.FillionR (Talk)) |
||
Line 40: | Line 40: | ||
: Source code API documentation. | : Source code API documentation. | ||
− | * [[/Style Guide|Slicer Style Guidelines]] | + | * [[{{FULLPAGENAME}}/Style Guide|Slicer Style Guidelines]] |
: Consistency and Readability for a manageable code base | : Consistency and Readability for a manageable code base | ||
Line 66: | Line 66: | ||
---- | ---- | ||
− | * [[/Modules | Modules]] | + | * [[{{FULLPAGENAME}}/Modules | Modules]] |
: Comparison between the different supported module types | : Comparison between the different supported module types | ||
− | * [[/MRML | Data Model - MRML]] | + | * [[{{FULLPAGENAME}}/MRML | Data Model - MRML]] |
: Objects and their organization. MRML Library provides API for managing medical image data type | : Objects and their organization. MRML Library provides API for managing medical image data type | ||
− | * [[/Logics | Logics]] | + | * [[{{FULLPAGENAME}}/Logics | Logics]] |
: Details the role of MRML/Slicer/Application/Modules logics and Displayable managers | : Details the role of MRML/Slicer/Application/Modules logics and Displayable managers | ||
− | * [[/Python scripting | Python scripting]] | + | * [[{{FULLPAGENAME}}/Python scripting | Python scripting]] |
: Presents the underlying infrastructure. | : Presents the underlying infrastructure. | ||
− | * [[/Charts | Charts]] | + | * [[{{FULLPAGENAME}}/Charts | Charts]] |
: Description of the Charting architecture. | : Description of the Charting architecture. | ||
− | * [[/Build system | Build system]] | + | * [[{{FULLPAGENAME}}/Build system | Build system]] |
: Details how Slicer is built and packaged. | : Details how Slicer is built and packaged. | ||
Line 87: | Line 87: | ||
|valign="top"| | |valign="top"| | ||
− | {{:/Tutorials}} | + | {{:{{FULLPAGENAME}}/Tutorials}} |
|} | |} |
Revision as of 06:53, 17 June 2012
Home < Documentation < 4.1 < Developers
Welcome on board ! If you are a newcomer, you should probably check these instructions ! |
Getting involved
Resources
|
Build instructions
Design & Implementation
|
|