fw4spl
SrcLib/core/fwActivities/include/fwActivities/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 __FWACTIVITIES_NAMESPACE_HPP__
8 #define __FWACTIVITIES_NAMESPACE_HPP__
9 
13 namespace fwActivities
14 {
15 
17 namespace builder
18 {
19 
21 namespace registry
22 {
23 } // namespace registry
24 
26 namespace factory
27 {
28 } // namespace factory
29 
30 } // end namespace builder
31 
32 namespace validator
33 {
34 
36 namespace registry
37 {
38 } // namespace registry
39 
41 namespace factory
42 {
43 } // namespace factory
44 
45 } // namespace validator
46 
182 } // namespace fwActivities
183 
184 #endif /* __FWACTIVITIES_NAMESPACE_HPP__ */
185 
Contains fwAtomsFilter::registry details.
Contains fwAtomsFilter::factory utilities.
Namespace containing activities data and builder.