fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/io/ioVTK/include/ioVTK/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 __IOVTK_PLUGIN_HPP__
8
#define __IOVTK_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
12
namespace
ioVTK
13
{
14
15
class
Plugin
:
public
::fwRuntime::Plugin
16
{
17
public
:
19
~Plugin
() noexcept;
20
28
void
start
();
29
35
void
stop
() noexcept;
36
37
};
38
39
}
// namespace ioVTK
40
41
#endif //__IOVTK_PLUGIN_HPP__
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
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
ioVTK::Plugin::start
void start()
Start method.
Definition:
Bundles/io/ioVTK/src/ioVTK/Plugin.cpp:20
ioVTK::Plugin
Definition:
Bundles/io/ioVTK/include/ioVTK/Plugin.hpp:15
ioVTK
The namespace ioVTK contains reader, writer and helper using the fwVtkIO lib for output and input act...
Bundles
io
ioVTK
include
ioVTK
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11