NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkIGIPerspective.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 niftkIGIPerspective_h
16 #define niftkIGIPerspective_h
17 
18 #include <uk_ac_ucl_cmic_commonapps_Export.h>
19 #include <berryIPerspectiveFactory.h>
20 
21 
22 namespace niftk
23 {
24 
32 class COMMONAPPS_EXPORT IGIPerspective : public QObject, public berry::IPerspectiveFactory
33 {
34  Q_OBJECT
35  Q_INTERFACES(berry::IPerspectiveFactory)
36 
37 public:
38 
40  IGIPerspective(const IGIPerspective& other);
41 
42  void CreateInitialLayout(berry::IPageLayout::Pointer layout) override;
43 
44 };
45 
46 }
47 
48 #endif
Perspective to arrange widgets as would be suitable for CMIC IGI applications.Note: We have to load a...
Definition: niftkIGIPerspective.h:32
Definition: niftkExceptionObject.h:21