fw4spl
Bundles/visu/vtkCompositeMesh/include/vtkCompositeMesh/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 __VTKCOMPOSITEMESH_PLUGIN_HPP__
8 #define __VTKCOMPOSITEMESH_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
20 namespace vtkCompositeMesh
21 {
23 {
24 public:
28  ~Plugin() noexcept;
29 
36  void start();
37 
43  void stop() noexcept;
44 
45 };
46 
47 } // namespace vtkCompositeMesh
48 
49 #endif //__VTKCOMPOSITEMESH_PLUGIN_HPP__
Provides a default plugin implementation.
The namespace vtkCompositeMesh contains a service which renders several meshes and store it on Compos...