fw4spl
SrcLib/core/fwDataIO/include/fwDataIO/Namespace.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2017.
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 __FWDATAIO_NAMESPACE_HPP__
8 #define __FWDATAIO_NAMESPACE_HPP__
9 
11 namespace fwDataIO
12 {
13 
15 namespace reader
16 {
18 namespace factory
19 {
20 } // namespace factory
21 
23 namespace registry
24 {
25 } // namespace registry
26 
27 } // namespace reader
28 
30 namespace writer
31 {
32 
34 namespace factory
35 {
36 } // namespace factory
37 
39 namespace registry
40 {
41 } // namespace registry
42 } // namespace writer
43 } // namespace fwDataIO
44 
45 #endif /* __FWDATAIO_NAMESPACE_HPP__ */
Contains fwAtomsFilter::registry details.
This namespace fwDataIO contains reader and writer for several framework's data.
Contains fwAtomsFilter::factory utilities.