fw4spl
core/fwAtomsPatch/include/fwAtomsPatch/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 __FWATOMSPATCH_TYPES_HPP__
8 #define __FWATOMSPATCH_TYPES_HPP__
9 
10 #include <string>
11 
12 #include <fwAtomConversion/DataVisitor.hpp>
13 
14 #include "fwAtomsPatch/config.hpp"
15 
16 namespace fwAtomsPatch
17 {
19 static const std::string s_OBJ_CLASSNAME = ::fwAtomConversion::DataVisitor::CLASSNAME_METAINFO;
20 
22 static const std::string s_OBJ_VERSION = "object_version";
23 
25 static const std::string s_OBJ_ID = ::fwAtomConversion::DataVisitor::ID_METAINFO;
26 
27 } // namespace fwAtomsPatch
28 
29 #endif // __FWATOMSPATCH_TYPES_HPP__
Contains base functionalities used to transform objects from a version to another.
Definition: Abstract.hpp:16
static FWATOMCONVERSION_API const std::string CLASSNAME_METAINFO
Key of the meta info to store data object classname.
Definition: DataVisitor.hpp:48
static FWATOMCONVERSION_API const std::string ID_METAINFO
Key of the meta info to store data object ID.
Definition: DataVisitor.hpp:50