NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
it_unito_cim_intensityprofile_Activator.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  KMaps: An image processing toolkit for DCE-MRI analysis developed
4  at the Molecular Imaging Center at University of Torino.
5 
6  See: http://www.cim.unito.it
7 
8  Author: Miklos Espak <espakm@gmail.com>
9 
10  Copyright (c) Miklos Espak
11  All Rights Reserved.
12 
13  This software is distributed WITHOUT ANY WARRANTY; without even
14  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  PURPOSE. See the above copyright notices for more information.
16 
17  ============================================================================*/
18 
19 #ifndef it_unito_cim_intensityprofile_Activator_h
20 #define it_unito_cim_intensityprofile_Activator_h
21 
22 #include <ctkPluginActivator.h>
23 
24 namespace mitk {
25 
27  public QObject, public ctkPluginActivator
28 {
29  Q_OBJECT
30  Q_INTERFACES(ctkPluginActivator)
31 #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
32  Q_PLUGIN_METADATA(IID "it_unito_cim_intensityprofile")
33 #endif
34 
35 public:
36 
37  void start(ctkPluginContext* context);
38  void stop(ctkPluginContext* context);
39 
40 }; // it_unito_cim_intensityprofile_Activator
41 
42 }
43 
44 #endif // it_unito_cim_intensityprofile_Activator_h
void stop(ctkPluginContext *context)
Definition: it_unito_cim_intensityprofile_Activator.cxx:34
Definition: ReceptorMemberCommandTest.cxx:25
void start(ctkPluginContext *context)
Definition: it_unito_cim_intensityprofile_Activator.cxx:28
Definition: it_unito_cim_intensityprofile_Activator.h:26