fw4spl
SrcLib/io/fwDicomIOFilter/src/fwDicomIOFilter/Plugin.cpp
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 #include "fwDicomIOFilter/Plugin.hpp"
8 
9 namespace fwDicomIOFilter
10 {
11 
13 {
14 }
15 
17 {
18 }
19 
20 } //namespace fwDicomIOFilter
21 
22 
fwDicomIOFilter contains filters used to pre-process images before reading.