Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
MinimalApplication.cmake
Go to the documentation of this file.
1 set(REQUIRED_PLUGINS
2  org.mitk.example.gui.minimalapplication
3 )
4 
5 set(DESCRIPTION
6 "This BlueBerry example plugin demonstrates a minimal implementation of an application consisting only of an empty perspective.
7 
8 <p>
9 The following features are demonstrated:
10 
11 <ul>
12 <li> creating a new application </li>
13 <li> creating a perspective </li>
14 </ul>
15 
16 See the main <a href=\"http://docs.mitk.org/nightly/BlueBerryExampleMinimalApplication.html\">documentation</a> for details."
17 )
int main(int argc, char **argv)
Definition: MitkCoreApp.cpp:22
The custom viewer plugin implements simple viewer functionality presented in a customized look and feel It was developed to demonstrate extensibility and customizability of the blueberry application framework As an example for the GUI customization capabilities provided by the BlueBerry application the custom viewer plugin was developed It features simple viewer functionality presented in a customized look and feel The custom viewer consists of two i e a viewer perspective and a DICOM perspective As part of the viewer perspective
const char features[]