fw4spl
SrcLib/io/fwDicomIOFilter/include/fwDicomIOFilter/Plugin.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_PLUGIN_HPP__
8 #define __FWDICOMIOFILTER_PLUGIN_HPP__
9 
10 #include "fwDicomIOFilter/config.hpp"
11 
12 namespace fwDicomIOFilter
13 {
14 
18 class Plugin
19 {
20 public:
21 
23  FWDICOMIOFILTER_API Plugin();
24 
26  FWDICOMIOFILTER_API ~Plugin();
27 };
28 
29 } // namespace fwDicomIOFilter
30 
31 #endif /*__FWDICOMIOFILTER_PLUGIN_HPP__*/
fwDicomIOFilter contains filters used to pre-process images before reading.