NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkNiftyIGIApplication.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 niftkNiftyIGIApplication_h
16 #define niftkNiftyIGIApplication_h
17 
18 #include <uk_ac_ucl_cmic_niftyigi_Export.h>
19 #include <niftkBaseApplication.h>
20 
21 
22 namespace niftk
23 {
24 
30 class NIFTYIGI_EXPORT NiftyIGIApplication : public BaseApplication
31 {
32  Q_OBJECT
33  Q_INTERFACES(berry::IApplication)
34 
35 public:
36 
39 
40 protected:
41 
43  virtual berry::WorkbenchAdvisor* GetWorkbenchAdvisor() override;
44 
45 };
46 
47 }
48 
49 #endif
Abstract plugin class to start up an application.
Definition: niftkBaseApplication.h:32
Definition: niftkExceptionObject.h:21
Plugin class to start up the NiftyIGI application.
Definition: niftkNiftyIGIApplication.h:30