7 #include <fwData/Edge.hpp> 9 #include <fwCamp/UserObject.hpp> 11 fwCampImplementDataMacro((
fwData)(Edge))
14 .tag(
"object_version",
"1")
15 .tag(
"lib_name",
"fwData")
17 .property(
"nature", &::fwData::Edge::m_nature)
18 .property(
"to_identifier", &::fwData::Edge::m_toPortIdentifier)
19 .property(
"from_identifier", &::fwData::Edge::m_fromPortIdentifier)
Base class for each data object.
Contains the representation of the data objects used in the framework.