fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/io/ioVtkGdcm/src/ioVtkGdcm/Plugin.cpp
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
#include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
8
#include <fwServices/macros.hpp>
9
10
#include "ioVtkGdcm/Plugin.hpp"
11
12
namespace
ioVtkGdcm
13
{
14
15
static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar(
"ioVtkGdcm::Plugin"
);
16
17
Plugin::~Plugin
() noexcept
18
{
19
}
20
21
void
Plugin::start
()
22
{
23
}
24
25
void
Plugin::stop
() noexcept
26
{
27
}
28
29
}
// namespace ioVtkGdcm
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
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
Bundles
io
ioVtkGdcm
src
ioVtkGdcm
Plugin.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11