fw4spl
Bundles/visu/visuVTK/include/visuVTK/Plugin.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
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 #pragma once
8 
9 #include "visuVTK/config.hpp"
10 
11 #include <fwRuntime/Plugin.hpp>
12 
13 namespace visuVTK
14 {
18 struct VISUVTK_CLASS_API Plugin : public ::fwRuntime::Plugin
19 {
23  ~Plugin() noexcept;
24 
26  VISUVTK_API void start();
27 
29  VISUVTK_API void stop() noexcept;
30 
31 };
32 
33 } // namespace visuVTK
Provides a default plugin implementation.
This class is started when the bundles is loaded.
The namespace visuVTK supplies a default plugin implementation for the visuVTK bundle.