Difference between revisions of "Documentation/4.1/Developers"
From Slicer Wiki
m |
|||
Line 40: | Line 40: | ||
: Source code API documentation. | : Source code API documentation. | ||
− | * [[ | + | * [[/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]] |
: Comparison between the different supported module types | : Comparison between the different supported module types | ||
− | * [[ | + | * [[/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]] |
: 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]] |
: Presents the underlying infrastructure. | : Presents the underlying infrastructure. | ||
− | * [[ | + | * [[/Charts | Charts]] |
: Description of the Charting architecture. | : Description of the Charting architecture. | ||
− | * [[ | + | * [[/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}} |
|} | |} |
Revision as of 06:52, 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
|