2. Getting Started

The ITK-Wrapper is located in "apps/itk_wrapper" in the voreen directory. It contains:

By default all XML files in the directory xml_Files are processed by the wrapper, generating all predefined filters. Additionally It is possible to use only a specific set of XML files. An example on the actual use of this option can be found in the main method of itk_wrapper.cpp. The generated Voreen processors are copied to "module/itk_generated/processors" in the voreen directory .

Apart from the processor files the wrapper generates the files itk_generatedmodule.cpp, itk_generated_core.pri and the itk_generated_module.xml.

In order to use the generated ITK processors the itk_generated module needs to be included. The following line has to be added to the Voreen config.txt:

VRN_MODULES += itk_generated

Note: itk_generated module depends on itk module. Thus activation of the itk module in the config.txt is mandatory for using the itk_generated module.