fw4spl
io/fwDicomIOFilter/include/fwDicomIOFilter/registry/detail.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 __FWDICOMIOFILTER_REGISTRY_DETAIL_HPP__
8 #define __FWDICOMIOFILTER_REGISTRY_DETAIL_HPP__
9 
10 #include "fwDicomIOFilter/config.hpp"
11 
12 #include <fwCore/macros.hpp>
13 #include <fwCore/util/FactoryRegistry.hpp>
14 
15 #include <string>
16 
17 namespace fwDicomIOFilter
18 {
19 
20 class IFilter;
21 
22 namespace registry
23 {
24 
25 typedef std::string KeyType;
26 
27 typedef ::fwCore::util::FactoryRegistry< SPTR(::fwDicomIOFilter::IFilter) (), KeyType > Type;
28 
29 FWDICOMIOFILTER_API SPTR(Type) get();
30 
31 } // namespace registry
32 
33 } // namespace fwDicomIOFilter
34 
35 #endif /* __FWDICOMIOFILTER_REGISTRY_DETAIL_HPP__ */
36 
37 
#define SPTR(_cls_)
Contains fwAtomsFilter::registry details.
This file defines fwCore base macros.
fwDicomIOFilter contains filters used to pre-process images before reading.