Difference between revisions of "Documentation/4.2/Developers/Tutorials"
From Slicer Wiki
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
<span style="color: #555555; font-size: 18px; font-weight: bold;">How To</span> | <span style="color: #555555; font-size: 18px; font-weight: bold;">How To</span> | ||
---- | ---- | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Checkout_source_code|Checkout Slicer source]] {{new}} | ||
+ | * [[Documentation/{{documentation/version}}/Developers/Build_Instructions#Setup_git-svn_bridge|Commit change sets]] {{new}} | ||
+ | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Command_Line_Interface_.28CLI.29|Create a CLI module or extension]] | ||
* [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module or extension]] | * [[Documentation/{{documentation/version}}/Developers/Modules#Loadable_Modules|Create a Loadable module or extension]] |
Latest revision as of 07:44, 14 June 2013
Home < Documentation < 4.2 < Developers < Tutorials
For the latest Slicer documentation, visit the read-the-docs. |
How To
- Create a CLI module or extension
- Create a Loadable module or extension
- Create a Scripted module or extension
- Create an Editor effect
- Bundle module(s) into a Slicer extension NEW
- Write a Self Test Module NEW
- Port a CLI to ITKv4 NEW
- Contribute a patch UPDATED
- Obtain an API key to submit on the extension server NEW
- Upload an extension in the experimental folder NEW
- Contribute an extension description file NEW
- Use debugger with Slicer application
- Troubleshoot issues such as crash, or memory leaks
- Prevent memory leaks
- Write a widget for Slicer and Qt Designer
- Use custom widgets in Qt Designer
- Load UI file from python
- Pass data between Slicer and Matlab Experimental