fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
visu/fwRenderVTK/src/fwRenderVTK/registry/detail.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 <fwCore/util/LazyInstantiator.hpp>
8
9
#include "fwRenderVTK/registry/detail.hpp"
10
11
12
namespace
fwRenderVTK
13
{
14
15
namespace
registry
16
{
17
18
struct
FwRenderVTKRegistryInstantiatorTag
{};
19
20
SPTR
(
Type
)
get
()
21
{
22
typedef ::fwCore::util::LazyInstantiator< Type, FwRenderVTKRegistryInstantiatorTag > InstantiatorType;
23
return
InstantiatorType::getInstance();
24
}
25
26
}
// namespace registry
27
28
}
// namespace fwRenderVTK
29
30
SPTR
#define SPTR(_cls_)
Definition:
core/fwCore/include/fwCore/macros.hpp:71
registry
Contains fwAtomsFilter::registry details.
fwCore::util::FactoryRegistry
FactoryRegistry is a class used to store factories and create instance object with these factories...
Definition:
FactoryRegistry.hpp:95
fwRenderVTK
The namespace fwRenderVTK contains classes for rendering with VTK.
Definition:
visu/fwRenderVTK/include/fwRenderVTK/factory/new.hpp:15
fwRenderVTK::registry::FwRenderVTKRegistryInstantiatorTag
Definition:
visu/fwRenderVTK/src/fwRenderVTK/registry/detail.cpp:18
SrcLib
visu
fwRenderVTK
src
fwRenderVTK
registry
detail.cpp
Generated on Wed Sep 5 2018 12:47:39 for fw4spl by
1.8.11