Difference between revisions of "Documentation/4.2/Developers/Tutorials"
From Slicer Wiki
Line 8: | Line 8: | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/BundleModulesIntoExtension|Bundle module(s) into a Slicer extension]] {{new}} | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/SelfTestModule|Write a Self Test Module]] {{new}} | ||
− | * [[Documentation/{{documentation/version}}/Developers/Tutorials/ | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/PortingCLIToITKv4|Port a CLI to ITKv4]]{{new}} |
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}} | * [[Documentation/{{documentation/version}}/Developers/Tutorials/DocumentModule|Document a module]]{{new}} |
Revision as of 20:43, 6 December 2012
Home < Documentation < 4.2 < Developers < TutorialsHow 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