8.6 Putting It All Together

To build SCIRun modules from ITK filters:

  1. Ensure that SCIRun is Configured with support for the Insight package. See the SCIRun Installation Guide for details.
  2. Place ITK filter description files in:

        SCIRun/src/Packages/Insight/ITK
      
  3. Place SCIRun filter description files in:

        SCIRun/src/Packages/Insight/Dataflow/Modules/Filters/XML
      
  4. Place SCIRun GUI description files in:

        SCIRun/src/Packages/Insight/Dataflow/Modules/Filters/XML
      
  5. Invoke gnumake to build SCIRun (see the SCIRun Installation Guide for details)

After building SCIRun, ITK filter modules can be created by selecting their names from the Filters sub-menu of SCIRun's Insight package menu.

Ted Dustman 2005-06-22