NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkNiftyMIDASApplication.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkNiftyMIDASApplication_h
16 #define niftkNiftyMIDASApplication_h
17 
18 #include <uk_ac_ucl_cmic_niftymidas_Export.h>
19 
20 #include <niftkBaseApplication.h>
21 
22 
23 namespace niftk
24 {
25 
31 class NIFTYMIDAS_EXPORT NiftyMIDASApplication : public BaseApplication
32 {
33  Q_OBJECT
34  Q_INTERFACES(berry::IApplication)
35 
36 public:
37 
40 
41 protected:
42 
44  virtual berry::WorkbenchAdvisor* GetWorkbenchAdvisor();
45 
46 };
47 
48 }
49 
50 #endif
Abstract plugin class to start up an application.
Definition: niftkBaseApplication.h:32
Plugin class to start up the NiftyMIDAS application.
Definition: niftkNiftyMIDASApplication.h:31
Definition: niftkExceptionObject.h:21