NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
uk_ac_ucl_cmic_pointsetconverter_Activator.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 
16 #ifndef uk_ac_ucl_cmic_pointsetconverter_Activator_h
17 #define uk_ac_ucl_cmic_pointsetconverter_Activator_h
18 
19 #include <ctkPluginActivator.h>
20 
21 namespace mitk {
22 
24  public QObject, public ctkPluginActivator
25 {
26  Q_OBJECT
27 #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
28  Q_PLUGIN_METADATA(IID "uk_ac_ucl_cmic_pointsetconverter")
29 #endif
30  Q_INTERFACES(ctkPluginActivator)
31 
32 public:
33 
34  void start(ctkPluginContext* context) override;
35  void stop(ctkPluginContext* context) override;
36 
37 };
38 
39 }
40 
41 #endif
Definition: ReceptorMemberCommandTest.cxx:25
Definition: uk_ac_ucl_cmic_pointsetconverter_Activator.h:23
void start(ctkPluginContext *context) override
void stop(ctkPluginContext *context) override