fw4spl
Bundles/patch/patchMedicalData/include/patchMedicalData/Plugin.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __PATCHMEDICALDATA_PLUGIN_HPP__
8 #define __PATCHMEDICALDATA_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
12 #include "patchMedicalData/config.hpp"
13 
14 namespace patchMedicalData
15 {
16 
21 struct PATCHMEDICALDATA_CLASS_API Plugin : public ::fwRuntime::Plugin
22 {
24  PATCHMEDICALDATA_API ~Plugin() noexcept;
25 
30  PATCHMEDICALDATA_API void start();
31 
33  PATCHMEDICALDATA_API void stop() noexcept;
34 
35 };
36 
37 } // namespace patchMedicalData
38 
39 #endif //__PATCHMEDICALDATA_PLUGIN_HPP__
Provides a default plugin implementation.
This class is started when the bundles is loaded.
The bundle patchMedicalData allows to load patches from fwStructuralPatch and fwMDSemanticPatch libra...