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