7 #ifndef __FWDATACAMP_ARRAY_HPP__ 8 #define __FWDATACAMP_ARRAY_HPP__ 10 #include <fwMemory/BufferObject.hpp> 12 #include <fwCamp/macros.hpp> 13 #include <fwData/Array.hpp> 15 #include "fwDataCamp/config.hpp" The namespace fwMemory contains tools to manage memory. Use for dump.
Contains the representation of the data objects used in the framework.