fw4spl
SrcLib/core/fwAtoms/include/fwAtoms/factory/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 __FWATOMS_FACTORY_NAMESPACE_HPP__
8 #define __FWATOMS_FACTORY_NAMESPACE_HPP__
9 
10 
11 namespace fwAtoms
12 {
13 
19 namespace factory
20 {
21 } // namespace factory
22 
23 } // namespace fwAtoms
24 
25 #endif /* __FWATOMS_FACTORY_NAMESPACE_HPP__ */
26 
fwAtoms contains basic objects to represent any other kind of object
Contains fwAtomsFilter::factory utilities.