Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Examples/Plugins/org.mitk.example.gui.customviewer/manifest_headers.cmake
Go to the documentation of this file.
1 set(Plugin-Name "MITK Example Custom Viewer")
2 set(Plugin-Version "1.0.0")
3 set(Plugin-Vendor "DKFZ, Medical and Biological Informatics")
4 set(Plugin-ContactAddress "http://www.mitk.org")
5 set(Require-Plugin
6  org.mitk.core.ext # Registers file reader factories
7  org.mitk.gui.qt.application # Initializes GlobalInteraction and registers MITK Core factories
8  )
9 
DataCollection - Class to facilitate loading/accessing structured data.