NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
QmitkVideoTestClient.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 QmitkVideoTestClient_h
16 #define QmitkVideoTestClient_h
17 
18 #include "niftkIGIGuiExports.h"
19 #include <QWidget>
20 #include <QKeyEvent>
21 #include <QEvent>
22 #include <QString>
24 
29 class NIFTKIGIGUI_EXPORT QmitkVideoTestClient : public QWidget
30 {
31  Q_OBJECT
32 
33 public:
34 
36  const std::string& hostname,
37  const int& portNumber,
38  const int& numberOfSeconds,
39  QWidget *parent = 0
40  );
41 
42  virtual ~QmitkVideoTestClient();
43 
44 public slots:
45 
46  void Run();
47 
48 private:
49 
50 };
51 
52 #endif
Harness to grab images via OpenCV and send via NiftyLinkTcpClient.
Definition: QmitkVideoTestClient.h:29
GLsizei const GLcharARB ** string
Definition: glew.h:5194