fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
}
fwData::Object
Base class for each data object.
Definition:
SrcLib/core/fwData/include/fwData/Object.hpp:48
fwData
Contains the representation of the data objects used in the framework.
Definition:
SSliceIndexDicomEditor.hpp:27
SrcLib
core
fwDataCamp
src
fwDataCamp
Graph.cpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11