fw4spl
SrcLib/io/fwVtkIO/include/fwVtkIO/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 __FWVTKIO_NAMESPACE_HPP__
8 #define __FWVTKIO_NAMESPACE_HPP__
9 
10 /*
11  * @brief The namespace fwVtkIO provides classes for writing/reading data (image, mesh reconstruction) based on vtk lib .
12  * @namespace fwVtkIO
13  *
14  */
15 namespace fwVtkIO
16 {
17 }
18 #endif /* __FWVTKIO_NAMESPACE_HPP__ */