fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/visu/visuVTKAdaptor/include/visuVTKAdaptor/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 __VISUVTKADAPTOR_PLUGIN_HPP__
8
#define __VISUVTKADAPTOR_PLUGIN_HPP__
9
10
#include "visuVTKAdaptor/config.hpp"
11
12
#include <fwRuntime/Plugin.hpp>
13
14
15
namespace
visuVTKAdaptor
16
{
17
22
struct
Plugin
:
public
::fwRuntime::Plugin
23
{
27
~Plugin
() noexcept;
28
29
// Overrides
30
void
start
();
31
32
// Overrides
33
void
stop
() noexcept;
34
35
};
36
37
}
// namespace visuVTKAdaptor
38
39
#endif // __VISUVTKADAPTOR_PLUGIN_HPP__
visuVTKAdaptor
The namespace visuVTKAdaptor contains the list of adaptors available for the generic scene...
visuVTKAdaptor::Plugin
This class is started when the bundles is loaded.
Definition:
Bundles/visu/visuVTKAdaptor/include/visuVTKAdaptor/Plugin.hpp:22
visuVTKAdaptor::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/Plugin.cpp:18
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
visuVTKAdaptor::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/Plugin.cpp:24
visuVTKAdaptor::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/visu/visuVTKAdaptor/src/visuVTKAdaptor/Plugin.cpp:30
Bundles
visu
visuVTKAdaptor
include
visuVTKAdaptor
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11