fw4spl
ISorter.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/sorter/ISorter.hpp"
8 
9 namespace fwDicomIOFilter
10 {
11 namespace sorter
12 {
13 
15 {
16 }
17 
18 //-----------------------------------------------------------------------------
19 
21 {
22 }
23 
24 //-----------------------------------------------------------------------------
25 
27 {
28  return IFilter::SORTER;
29 }
30 
31 } // namespace sorter
32 } // namespace fwDicomIOFilter
fwDicomIOFilter contains filters used to pre-process images before reading.
FWDICOMIOFILTER_API ISorter()
Constructor.
Definition: ISorter.cpp:14
FWDICOMIOFILTER_API FilterType getFilterType() const override
Return filter type.
Definition: ISorter.cpp:26
virtual FWDICOMIOFILTER_API ~ISorter()
Destructor.
Definition: ISorter.cpp:20