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