fw4spl
SrcLib/core/fwData/include/fwData/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 __FWDATA_NAMESPACE_HPP__
8 #define __FWDATA_NAMESPACE_HPP__
9 
14 namespace fwData
15 {
16 
21 namespace location
22 {
23 } // namespace location
24 
29 namespace mt
30 {
31 } // namespace mt
32 
37 namespace registry
38 {
39 } // namespace registry
40 
41 
46 namespace factory
47 {
48 } // namespace factory
49 
50 
51 
52 } // namespace fwData
53 
54 #endif /* __FWDATA_NAMESPACE_HPP__ */
55 
Contains fwAtomsFilter::registry details.
Contains fwAtomsFilter::factory utilities.
Contains the representation of the data objects used in the framework.