fw4spl
Bundles/visu/vtkSimpleMesh/include/vtkSimpleMesh/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 __VTKSIMPLEMESH_PLUGIN_HPP__
8 #define __VTKSIMPLEMESH_PLUGIN_HPP__
9 
10 #include <fwRuntime/Plugin.hpp>
11 
18 namespace vtkSimpleMesh
19 {
21 {
22 public:
26  ~Plugin() noexcept;
27 
34  void start();
35 
41  void stop() noexcept;
42 
43 };
44 
45 } // namespace vtkSimpleMesh
46 
47 #endif //__VTKSIMPLEMESH_PLUGIN_HPP__
Provides a default plugin implementation.
The namespace vtkSimpleMesh contains a service which renders one mesh (fwData::Mesh).