fw4spl
io/fwDicomIOFilter/include/fwDicomIOFilter/registry/macros.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_MACROS_HPP__
8 #define __FWDICOMIOFILTER_REGISTRY_MACROS_HPP__
9 
10 #include "fwDicomIOFilter/registry/detail.hpp"
11 
12 namespace fwDicomIOFilter
13 {
14 namespace registry
15 {
16 
17 #define fwDicomIOFilterRegisterMacro( classname ) \
18  static ::fwDicomIOFilter::IFilter::Registrar< classname > s__factory__record__ ## __LINE__;
19 
20 } // end namespace registry
21 } // end namespace fwDicomIOFilter
22 
23 #endif /*__FWDICOMIOFILTER_REGISTRY_MACROS_HPP__*/
Contains fwAtomsFilter::registry details.
fwDicomIOFilter contains filters used to pre-process images before reading.