fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/visu/vtkSimpleMesh/include/vtkSimpleMesh/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 __VTKSIMPLEMESH_PLUGIN_HPP__
8
#define __VTKSIMPLEMESH_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
18
namespace
vtkSimpleMesh
19
{
20
class
Plugin
:
public
::fwRuntime::Plugin
21
{
22
public
:
26
~Plugin
() noexcept;
27
34
void
start
();
35
41
void
stop
() noexcept;
42
43
};
44
45
}
// namespace vtkSimpleMesh
46
47
#endif //__VTKSIMPLEMESH_PLUGIN_HPP__
vtkSimpleMesh::Plugin::~Plugin
~Plugin() noexcept
Destructor.
Definition:
Bundles/visu/vtkSimpleMesh/src/vtkSimpleMesh/Plugin.cpp:16
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
vtkSimpleMesh::Plugin::stop
void stop() noexcept
Stop method.
Definition:
Bundles/visu/vtkSimpleMesh/src/vtkSimpleMesh/Plugin.cpp:24
vtkSimpleMesh
The namespace vtkSimpleMesh contains a service which renders one mesh (fwData::Mesh).
vtkSimpleMesh::Plugin
Definition:
Bundles/visu/vtkSimpleMesh/include/vtkSimpleMesh/Plugin.hpp:20
vtkSimpleMesh::Plugin::start
void start()
Start method.
Definition:
Bundles/visu/vtkSimpleMesh/src/vtkSimpleMesh/Plugin.cpp:20
Bundles
visu
vtkSimpleMesh
include
vtkSimpleMesh
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11