fw4spl
Bundles/io/ioITK/src/ioITK/Plugin.cpp
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 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
8 #include <fwServices/macros.hpp>
9 
10 #include <inr2itk/itkInrImageIO.hpp>
11 
12 #include "ioITK/Plugin.hpp"
13 
14 
15 
16 namespace ioITK
17 {
18 
19 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("ioITK::Plugin");
20 
21 Plugin::~Plugin() noexcept
22 {
23 }
24 
26 {
27  // force use of code in LIB itkInrImageIO ...
28  typedef ::itk::InrImageIO::Self Dummy;
29 }
30 
31 void Plugin::stop() noexcept
32 {
33 }
34 
35 } // namespace ioITK
void start()
Notifies the plugin about its start.
void stop() noexcept
Notifies the plugin about its stop.
The namespace ioITK contains services for reader, writer and helper for itk image.