NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkQCPerspective.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 niftkQCPerspective_h
16 #define niftkQCPerspective_h
17 
18 #include <uk_ac_ucl_cmic_niftymidas_Export.h>
19 #include <berryIPerspectiveFactory.h>
20 
21 namespace niftk
22 {
23 
28 class NIFTYMIDAS_EXPORT QCPerspective : public QObject, public berry::IPerspectiveFactory
29 {
30  Q_OBJECT
31  Q_INTERFACES(berry::IPerspectiveFactory)
32 
33 public:
34 
35  QCPerspective();
36  QCPerspective(const QCPerspective& other);
37 
38  void CreateInitialLayout(berry::IPageLayout::Pointer layout);
39 
40 };
41 
42 }
43 
44 #endif
Perspective for doing scan quality control (QC).
Definition: niftkQCPerspective.h:28
Definition: niftkExceptionObject.h:21