fw4spl
SrcLib/io/fwDicomIOFilter/include/fwDicomIOFilter/namespace.hpp
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 #ifndef __FWDICOMIOFILTER_NAMESPACE_HPP__
8 #define __FWDICOMIOFILTER_NAMESPACE_HPP__
9 
13 namespace fwDicomIOFilter
14 {
15 
19 namespace composite
20 {
21 } // namespace composite
22 
26 namespace custom
27 {
28 } // namespace custom
29 
33 namespace exceptions
34 {
35 } // namespace exceptions
36 
40 namespace helper
41 {
42 } // namespace helper
43 
47 namespace modifier
48 {
49 } // namespace modifier
50 
54 namespace sorter
55 {
56 } // namespace sorter
57 
61 namespace splitter
62 {
63 } // namespace splitter
64 
68 namespace factory
69 {
70 } // namespace factory
71 
75 namespace registry
76 {
77 } // namespace registry
78 
79 } // namespace fwDicomIOFilter
80 
81 #endif /* __FWDICOMIOFILTER_NAMESPACE_HPP__ */
82 
Contains fwAtomsFilter::registry details.
fwDicomIOFilter contains filters used to pre-process images before reading.
Contains fwAtomsFilter::factory utilities.