fw4spl
Bundles/visu/vtkSimpleNegato/include/vtkSimpleNegato/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 __VTKSIMPLENEGATO_PLUGIN_HPP__
8 #define __VTKSIMPLENEGATO_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
12 
21 namespace vtkSimpleNegato
22 {
23 
25 {
26 public:
30  ~Plugin() noexcept;
31 
38  void start();
39 
45  void stop() noexcept;
46 
47 };
48 
49 } // namespace vtkSimpleNegato
50 
51 #endif //__VTKSIMPLENEGATO_PLUGIN_HPP__
The namespace vtkSimpleNegato has a visualization service of medical image (fwData::Image).
Provides a default plugin implementation.