fw4spl
Adaptor.hpp
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 #ifndef __FWRENDERQT_REGISTRY_ADAPTOR_HPP__
8 #define __FWRENDERQT_REGISTRY_ADAPTOR_HPP__
9 
10 #include "fwRenderQt/config.hpp"
11 
12 #include <map>
13 #include <string>
14 
15 namespace fwRenderQt
16 {
17 
18 class IAdaptor;
19 
20 namespace registry
21 {
22 
23 typedef std::map<std::string, std::string> AdaptorRegistryType;
24 
26 FWRENDERQT_API AdaptorRegistryType& getAdaptorRegistry();
27 
28 } // namespace registry
29 
30 } // namespace fwRenderQt
31 
32 #endif /* __FWRENDERQT_REGISTRY_ADAPTOR_HPP__ */
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