fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/io/ioVtkGdcm/include/ioVtkGdcm/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 __IOVTKGDCM_PLUGIN_HPP__
8
#define __IOVTKGDCM_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
12
namespace
ioVtkGdcm
13
{
14
21
struct
Plugin
:
public
::fwRuntime::Plugin
22
{
26
~Plugin
() noexcept;
27
28
// Overrides
29
void
start
();
30
31
// Overrides
32
void
stop
() noexcept;
33
34
};
35
36
}
// namespace ioVtkGdcm
37
38
#endif //__IOVTKGDCM_PLUGIN_HPP__
ioVtkGdcm::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/io/ioVtkGdcm/src/ioVtkGdcm/Plugin.cpp:21
ioVtkGdcm::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/io/ioVtkGdcm/src/ioVtkGdcm/Plugin.cpp:25
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
ioVtkGdcm
ioVtkGdcm contains services to read and write Series using vtk and gdcm libraries.
ioVtkGdcm::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/io/ioVtkGdcm/src/ioVtkGdcm/Plugin.cpp:17
ioVtkGdcm::Plugin
This class is started when the bundles is loaded.
Definition:
Bundles/io/ioVtkGdcm/include/ioVtkGdcm/Plugin.hpp:21
Bundles
io
ioVtkGdcm
include
ioVtkGdcm
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11