fw4spl
io/fwAtomsBoostIO/include/fwAtomsBoostIO/types.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 __FWATOMSBOOSTIO_TYPES_HPP__
8 #define __FWATOMSBOOSTIO_TYPES_HPP__
9 
10 namespace fwAtomsBoostIO
11 {
12 
13 typedef enum
14 {
15  JSON,
16  XML,
17  UNSPECIFIED,
18 } FormatType;
19 
20 } // namespace fwAtomsBoostIO
21 
22 
23 #endif // __FWATOMSBOOSTIO_TYPES_HPP__
24 
The namespace fwAtomsBoostIO contains atom reader and writer.