fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/io/ioVTK/src/ioVTK/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
9
#include "ioVTK/Plugin.hpp"
10
11
namespace
ioVTK
12
{
13
14
static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar(
"::ioVTK::Plugin"
);
15
16
Plugin::~Plugin
() noexcept
17
{
18
}
19
20
void
Plugin::start
()
21
{
22
}
23
24
void
Plugin::stop
() noexcept
25
{
26
}
27
28
}
// namespace ioVTK
ioVTK::Plugin::~Plugin
~Plugin() noexcept
Destructor.
Definition:
Bundles/io/ioVTK/src/ioVTK/Plugin.cpp:16
ioVTK::Plugin::stop
void stop() noexcept
Stop method.
Definition:
Bundles/io/ioVTK/src/ioVTK/Plugin.cpp:24
ioVTK::Plugin::start
void start()
Start method.
Definition:
Bundles/io/ioVTK/src/ioVTK/Plugin.cpp:20
ioVTK
The namespace ioVTK contains reader, writer and helper using the fwVtkIO lib for output and input act...
Bundles
io
ioVTK
src
ioVTK
Plugin.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11