fw4spl
amp/include/fwDataCamp/Array.hpp
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 #ifndef __FWDATACAMP_ARRAY_HPP__
8 #define __FWDATACAMP_ARRAY_HPP__
9 
10 #include <fwMemory/BufferObject.hpp>
11 
12 #include <fwCamp/macros.hpp>
13 #include <fwData/Array.hpp>
14 
15 #include "fwDataCamp/config.hpp"
16 
17 fwCampDeclareAccessor((fwData)(Array), (fwMemory)(BufferObject));
18 
19 #endif /* __FWDATACAMP_ARRAY_HPP__ */
The namespace fwMemory contains tools to manage memory. Use for dump.
Definition: SReader.hpp:20
Contains the representation of the data objects used in the framework.