fw4spl
Adaptor.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 "fwRenderQt/registry/Adaptor.hpp"
8 
9 namespace fwRenderQt
10 {
11 
12 class IAdaptor;
13 
14 namespace registry
15 {
16 
17 static AdaptorRegistryType s_REGISTRY;
18 
19 //------------------------------------------------------------------------------
20 
21 AdaptorRegistryType& getAdaptorRegistry()
22 {
23  return s_REGISTRY;
24 }
25 
26 } // namespace registry
27 
28 } // namespace fwRenderQt
Contains fwAtomsFilter::registry details.
FWRENDERQT_API AdaptorRegistryType & getAdaptorRegistry()
Returns map containing Adaptor-SRender association.
Definition: Adaptor.cpp:21
The namespace fwRenderQt contains classes for rendering with Qt.
Definition: Axis.hpp:12