fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/visu/vtkSimpleNegato/include/vtkSimpleNegato/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 __VTKSIMPLENEGATO_PLUGIN_HPP__
8
#define __VTKSIMPLENEGATO_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
12
21
namespace
vtkSimpleNegato
22
{
23
24
class
Plugin
:
public
::fwRuntime::Plugin
25
{
26
public
:
30
~Plugin
() noexcept;
31
38
void
start
();
39
45
void
stop
() noexcept;
46
47
};
48
49
}
// namespace vtkSimpleNegato
50
51
#endif //__VTKSIMPLENEGATO_PLUGIN_HPP__
vtkSimpleNegato::Plugin::~Plugin
~Plugin() noexcept
Destructor.
Definition:
Bundles/visu/vtkSimpleNegato/src/vtkSimpleNegato/Plugin.cpp:16
vtkSimpleNegato::Plugin::start
void start()
Start method.
Definition:
Bundles/visu/vtkSimpleNegato/src/vtkSimpleNegato/Plugin.cpp:20
vtkSimpleNegato
The namespace vtkSimpleNegato has a visualization service of medical image (fwData::Image).
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
vtkSimpleNegato::Plugin
Definition:
Bundles/visu/vtkSimpleNegato/include/vtkSimpleNegato/Plugin.hpp:24
vtkSimpleNegato::Plugin::stop
void stop() noexcept
Stop method.
Definition:
Bundles/visu/vtkSimpleNegato/src/vtkSimpleNegato/Plugin.cpp:24
Bundles
visu
vtkSimpleNegato
include
vtkSimpleNegato
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11