fw4spl
core/fwAtomsFilter/src/fwAtomsFilter/IFilter.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 "fwAtomsFilter/IFilter.hpp"
8 
9 namespace fwAtomsFilter
10 {
11 
13 {
14 }
15 
16 // ----------------------------------------------------------------------------
17 
19 {
20 }
21 
22 // ----------------------------------------------------------------------------
23 
24 } //fwAtomsFilter
25 
virtual FWATOMSFILTER_API ~IFilter()
Destructor.