fw4spl
fwAtomsFilter/include/fwAtomsFilter/functions.hpp
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 #ifndef __FWATOMSFILTER_FUNCTIONS_HPP__
8 #define __FWATOMSFILTER_FUNCTIONS_HPP__
9 
10 #include <fwCore/macros.hpp>
11 
12 #include "fwAtomsFilter/config.hpp"
13 
14 namespace fwAtoms
15 {
16 class Object;
17 }
18 namespace fwAtomsFilter
19 {
20 
24 FWATOMSFILTER_API bool isSeriesKnown(const SPTR(::fwAtoms::Object)& series);
25 
26 } // namespace fwAtomsFilter
27 
28 #endif // __FWATOMSFILTER_FUNCTIONS_HPP__
29 
#define SPTR(_cls_)
fwAtoms contains basic objects to represent any other kind of object
FWATOMSFILTER_API bool isSeriesKnown(const std::shared_ptr< ::fwAtoms::Object > &series)
Returns true if given atom matches a defined fwMedData::Series implementations.
This file defines fwCore base macros.
Class represented a fwData::Object.