fw4spl
fwMedDataCamp/include/fwMedDataCamp/AttachmentSeries.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 __FWMEDDATACAMP_ATTACHMENTSERIES_HPP__
8 #define __FWMEDDATACAMP_ATTACHMENTSERIES_HPP__
9 
10 #include "fwMedDataCamp/config.hpp"
11 
12 #include <fwCamp/macros.hpp>
13 
14 #include <fwMedData/AttachmentSeries.hpp>
15 
16 #include <fwMemory/BufferObject.hpp>
17 
18 fwCampDeclareAccessor((fwMedData)(AttachmentSeries), (fwMemory)(BufferObject));
19 
20 fwCampAutoDeclareEnumMacro((fwMedData)(AttachmentSeries)(AttachmentAvailability));
21 
22 #endif // __FWMEDDATACAMP_ATTACHMENTSERIES_HPP__
Namespace containing medical data.
The namespace fwMemory contains tools to manage memory. Use for dump.
Definition: SReader.hpp:20