fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/visu/vtkCompositeMesh/include/vtkCompositeMesh/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 __VTKCOMPOSITEMESH_PLUGIN_HPP__
8
#define __VTKCOMPOSITEMESH_PLUGIN_HPP__
9
10
#include <fwRuntime/Plugin.hpp>
11
20
namespace
vtkCompositeMesh
21
{
22
class
Plugin
:
public
::fwRuntime::Plugin
23
{
24
public
:
28
~Plugin
() noexcept;
29
36
void
start
();
37
43
void
stop
() noexcept;
44
45
};
46
47
}
// namespace vtkCompositeMesh
48
49
#endif //__VTKCOMPOSITEMESH_PLUGIN_HPP__
vtkCompositeMesh::Plugin::stop
void stop() noexcept
Stop method.
Definition:
Bundles/visu/vtkCompositeMesh/src/vtkCompositeMesh/Plugin.cpp:24
vtkCompositeMesh::Plugin::~Plugin
~Plugin() noexcept
Destructor.
Definition:
Bundles/visu/vtkCompositeMesh/src/vtkCompositeMesh/Plugin.cpp:16
vtkCompositeMesh::Plugin
Definition:
Bundles/visu/vtkCompositeMesh/include/vtkCompositeMesh/Plugin.hpp:22
vtkCompositeMesh::Plugin::start
void start()
Start method.
Definition:
Bundles/visu/vtkCompositeMesh/src/vtkCompositeMesh/Plugin.cpp:20
fwRuntime::Plugin
Provides a default plugin implementation.
Definition:
SrcLib/core/fwRuntime/include/fwRuntime/Plugin.hpp:21
vtkCompositeMesh
The namespace vtkCompositeMesh contains a service which renders several meshes and store it on Compos...
Bundles
visu
vtkCompositeMesh
include
vtkCompositeMesh
Plugin.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11