fw4spl
visu/fwRenderVTK/include/fwRenderVTK/registry/detail.hpp
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 #ifndef __FWRENDERVTK_REGISTRY_DETAIL_HPP__
8 #define __FWRENDERVTK_REGISTRY_DETAIL_HPP__
9 
10 #include <string>
11 
12 #include <fwCore/macros.hpp>
13 #include <fwCore/util/FactoryRegistry.hpp>
14 
15 #include "fwRenderVTK/config.hpp"
16 
17 namespace fwRenderVTK
18 {
19 
20 class IVtkRenderWindowInteractorManager;
21 
22 namespace registry
23 {
24 
25 typedef std::string KeyType;
26 
27 typedef ::fwCore::util::FactoryRegistry< SPTR(::fwRenderVTK::IVtkRenderWindowInteractorManager) (), KeyType > Type;
28 
29 FWRENDERVTK_API SPTR(Type) get();
30 
31 } // namespace registry
32 
33 } // namespace fwRenderVTK
34 
35 #endif /* __FWRENDERVTK_REGISTRY_DETAIL_HPP__ */
36 
37 
#define SPTR(_cls_)
Contains fwAtomsFilter::registry details.
This file defines fwCore base macros.
The namespace fwRenderVTK contains classes for rendering with VTK.