fw4spl
SrcLib/core/fwAtomConversion/include/fwAtomConversion/namespace.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 
8 #ifndef __FWATOMCONVERSION_NAMESPACE_HPP__
9 #define __FWATOMCONVERSION_NAMESPACE_HPP__
10 
16 namespace fwAtomConversion
17 {
18 
22 namespace exception
23 {
24 } // namespace exception
25 
29 namespace mapper
30 {
35 namespace factory
36 {
37 } // namespace factory
38 
42 namespace registry
43 {
44 } // namespace registry
45 
46 } // namespace mapper
47 
48 } // namespace fwAtomConversion
49 
50 #endif /* __FWATOMCONVERSION_NAMESPACE_HPP__ */
51 
Contains fwAtomsFilter::registry details.
This namespace contains the necessary class for fwData <-> fwAtoms conversion.
Contains fwAtomsFilter::factory utilities.