fw4spl
adaptors.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2017.
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 "fwRenderVTK/registry/adaptors.hpp"
8 
9 namespace fwRenderVTK
10 {
11 
12 class IAdaptor;
13 
14 namespace registry
15 {
16 
17 static AdaptorRegistryType s_registry;
18 
19 //------------------------------------------------------------------------------
20 
22 {
23  return s_registry;
24 }
25 
26 } // namespace registry
27 
28 } // namespace fwRenderVTK
Contains fwAtomsFilter::registry details.
std::map< std::string, std::string > AdaptorRegistryType
map <adaptor Id, SRender Id>
Definition: adaptors.hpp:24
The namespace fwRenderVTK contains classes for rendering with VTK.
FWRENDERVTK_API AdaptorRegistryType & getAdaptorRegistry()
Get the association <adaptor, scene>
Definition: adaptors.cpp:21