fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Bundles/op/opVTKMesh/src/opVTKMesh/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 "opVTKMesh/Plugin.hpp"
10
11
namespace
opVTKMesh
12
{
13
14
//-----------------------------------------------------------------------------
15
16
static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar(
"::opVTKMesh::Plugin"
);
17
18
//-----------------------------------------------------------------------------
19
20
Plugin::~Plugin
() noexcept
21
{
22
}
23
24
//-----------------------------------------------------------------------------
25
26
void
Plugin::start
()
27
{
28
}
29
30
//-----------------------------------------------------------------------------
31
32
void
Plugin::stop
() noexcept
33
{
34
}
35
36
//-----------------------------------------------------------------------------
37
38
}
// namespace opVTKMesh
opVTKMesh::Plugin::start
void start()
Notifies the plugin about its start.
Definition:
Bundles/op/opVTKMesh/src/opVTKMesh/Plugin.cpp:26
opVTKMesh
The namespace opVTKMesh contains an implementation of a VTK mesher.
Definition:
SMeshCreation.hpp:14
opVTKMesh::Plugin::stop
void stop() noexcept
Notifies the plugin about its stop.
Definition:
Bundles/op/opVTKMesh/src/opVTKMesh/Plugin.cpp:32
opVTKMesh::Plugin::~Plugin
~Plugin() noexcept
destructor
Definition:
Bundles/op/opVTKMesh/src/opVTKMesh/Plugin.cpp:20
Bundles
op
opVTKMesh
src
opVTKMesh
Plugin.cpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11