fw4spl
Bundles/io/ioVtkGdcm/include/ioVtkGdcm/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 __IOVTKGDCM_PLUGIN_HPP__
8 #define __IOVTKGDCM_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
12 namespace ioVtkGdcm
13 {
14 
21 struct Plugin : public ::fwRuntime::Plugin
22 {
26  ~Plugin() noexcept;
27 
28  // Overrides
29  void start();
30 
31  // Overrides
32  void stop() noexcept;
33 
34 };
35 
36 } // namespace ioVtkGdcm
37 
38 #endif //__IOVTKGDCM_PLUGIN_HPP__
void start()
Notifies the plugin about its start.
void stop() noexcept
Notifies the plugin about its stop.
Provides a default plugin implementation.
ioVtkGdcm contains services to read and write Series using vtk and gdcm libraries.
This class is started when the bundles is loaded.