fw4spl
fwDataCamp/src/fwDataCamp/Graph.cpp
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 #include <fwData/Graph.hpp>
8 #include <fwData/camp/mapper.hpp>
9 #include <fwCamp/Mapper/ArrayMapper.hpp>
10 
11 #include <fwCamp/UserObject.hpp>
12 
13 fwCampImplementDataMacro((fwData)(Graph))
14 {
15  builder.base< ::fwData::Object>()
16  .tag("object_version", "1")
17  .tag("lib_name", "fwData")
18  .property("nodes", &::fwData::Graph::m_nodes);
19  //.property("connections", &::fwData::Graph::m_connections);
20 }
Base class for each data object.
Contains the representation of the data objects used in the framework.