Difference between revisions of "Work-flow based Slicer IGT module"
From NAMIC Wiki
Line 26: | Line 26: | ||
If you have successfully build the module, then in your module subdirectory of your build ( SlicerIGTModuleBuild/lib/Slicer3/Modules/) , you should get the shared library "IGT.dll" for windows or "libIGT.so" for Unix build. | If you have successfully build the module, then in your module subdirectory of your build ( SlicerIGTModuleBuild/lib/Slicer3/Modules/) , you should get the shared library "IGT.dll" for windows or "libIGT.so" for Unix build. | ||
− | = How to load | + | = How to load SlicerIGTModule to Slicer = |
* Click on "Application Settings" in View menu | * Click on "Application Settings" in View menu | ||
* Click on "Module settings" | * Click on "Module settings" | ||
* Add the path to your SlicerModule | * Add the path to your SlicerModule | ||
+ | |||
= Tutorial = | = Tutorial = | ||
Revision as of 16:50, 7 December 2008
Home < Work-flow based Slicer IGT moduleContents
Objective
- Create a skeleton for IGT work-flow based module
- Implement the first few steps involved in IGT procedure.
People involved
- Andinet Enquobahrie (Kitware)
- Sebastian Barre ( Kitware )
- Stephen Aylward (Kitware)
- Nobuhiko Hata (BWH)
- Peter Kazanzides (JHU)
Documents
Download source code
Currently, SlicerIGT is a standalone module that needs to be build separately and then loaded to the Slicer application using a plugin mechanism. After thorough testing and validation, the module will be integrated with other Slicer Modules and be part of Slicer source tree for distribution.
Build instructions
- Download source code [[3]]
- Specify your Slicer3_DIR build directory during CMake configuration
- Build the module
If you have successfully build the module, then in your module subdirectory of your build ( SlicerIGTModuleBuild/lib/Slicer3/Modules/) , you should get the shared library "IGT.dll" for windows or "libIGT.so" for Unix build.
How to load SlicerIGTModule to Slicer
- Click on "Application Settings" in View menu
- Click on "Module settings"
- Add the path to your SlicerModule
Tutorial
Events
- IGT Project week - 2008 [[4]]
Timeline/Progress
- End date: December 31, 2008