NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkNVidiaSDIConfigDialog.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 niftkNVidiaSDIConfigDialog_h
16 #define niftkNVidiaSDIConfigDialog_h
17 
19 #include <ui_niftkNVidiaSDIConfigDialog.h>
20 
21 namespace niftk
22 {
23 
25  public Ui_niftkNVidiaSDIConfigDialog
26 
27 {
28  Q_OBJECT
29 
30 public:
31 
32  NVidiaSDIConfigDialog(QWidget *parent, niftk::IGIDataSourceI::Pointer service);
34 
35 private slots:
36 
37  void OnOKClicked();
38 
39 private:
40 };
41 
42 } // end namespace
43 
44 #endif
Definition: niftkNVidiaSDIConfigDialog.h:24
NVidiaSDIConfigDialog(QWidget *parent, niftk::IGIDataSourceI::Pointer service)
Definition: niftkNVidiaSDIConfigDialog.cxx:23
Used to send parameters to and from the IGIDataSourceServiceI at runtime.
Definition: niftkIGIConfigurationDialog.h:33
~NVidiaSDIConfigDialog()
Definition: niftkNVidiaSDIConfigDialog.cxx:41
Definition: niftkExceptionObject.h:21