fw4spl
SrcLib/core/fwAtomsPatch/include/fwAtomsPatch/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 #ifndef __FWATOMSPATCH_NAMESPACE_HPP__
8 #define __FWATOMSPATCH_NAMESPACE_HPP__
9 
14 namespace fwAtomsPatch
15 {
16 
21 namespace conditions
22 {
23 }
24 
29 namespace exceptions
30 {
31 }
32 
37 namespace helper
38 {
39 }
40 
45 namespace infos
46 {
47 }
48 
53 namespace patcher
54 {
55 
61 namespace factory
62 {
63 } // namespace factory
64 
70 namespace registry
71 {
72 } // namespace registry
73 
74 
75 } // namespace patcher
76 
77 } // namespace fwAtomsPatch
78 
79 #endif /* __FWATOMSPATCH_NAMESPACE_HPP__ */
Contains fwAtomsFilter::registry details.
Contains functions used to control patching process by defining conditions on objects.
Definition: Abstract.hpp:18
Contains base functionalities used to transform objects from a version to another.
Definition: Abstract.hpp:16
Contains fwAtomsFilter::factory utilities.