Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Directory Structure

To avoid clutter and ease the administration of the source code the MITK source code is structured into several subdirectories according to their function. This document aims at helping you finding what you want within this structure.

Overview

The top level directories are the following:

see the corresponding section for more information.

The Top Level Directories

Applications

This directory contains the different applications. Each application has its own subfolder, including the necessary code, icons and other resources. For more information on applications see Applications or What are Applications? .

BlueBerry

The BlueBerry directory contains all code related to the BlueBerry framework. This code can be used independently of MITK.

Build

The Build directory contains tools for the generation of MITK Plugins, editing of StateMachines and similar tasks. They are usually their own executables which are not integrated within any applications from the Applications directory.

CMake

The CMake directory contains CMake files, macros and templates for the configuration of MITK as a project.

CMakeExternals

This directory contains CMake files for the configuration of other projects used by MITK.

Config

The Config directory contains configuration files. These provide presets and default values.

Core

The Core directory contains the basic MITK classes, which are used by most of the Plugins or Modules. They provide the basic MITK functionality and are subject to stricter quality controls than the rest of the code.

Code

This subdirectory contains the actual core code of MITK. It provides datastructures, rendering classes, interactors and many more.

Documentation

This subdirectory contains the documentation on the concepts MITK was designed upon.

Documenation

The Documentation directory contains doxygen and other documentation as well as tutorials and examples. It includes basic end user manuals for the framework as well as developer documentation which does not depend on any additional Modules.

Examples

This directory contains example code used by the documentation in the Documentation directory.

Modules

This directory contains modules which extend the capabilities of MITK. For the concept behind modules see Modules .

Plugins

This directory contains plugins, which provide specific solutions. For further information see Plugins .

Utilities

The Utilities directory contains self contained libraries, which are used by MITK, but not necessarily developed or maintained by the MITK team.

Wrapping

The Wrapping directory contains code necessary for the Python wrapping capabilities of MITK.