7 #include <fwMemory/camp/mapper.hpp> 8 #include <fwMemory/BufferObject.hpp> 10 #include <fwCamp/UserObject.hpp> 12 #include "fwDataCamp/Array.hpp" 16 fwCampImplementDataMacro((
fwData)(Array))
19 .tag(
"object_version",
"1")
20 .tag(
"lib_name",
"fwData")
21 .property(
"strides", &::fwData::Array::m_strides)
22 .property(
"size", &::fwData::Array::m_size)
23 .property(
"type", &::fwData::Array::m_type)
24 .property(
"nb_of_components", &::fwData::Array::m_nbOfComponents)
25 .property(
"buffer", &::fwData::Array::m_bufferObject)
26 .property(
"isOwner", &::fwData::Array::m_isBufferOwner)
Base class for each data object.
Contains the representation of the data objects used in the framework.