fw4spl
amp/include/fwMedDataCamp/ImageSeries.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 <fwData/Image.hpp>
14 
15 #include <fwMedData/DicomSeries.hpp>
16 #include <fwMedData/ImageSeries.hpp>
17 
18 fwCampDeclareAccessor((fwMedData)(ImageSeries), (fwData)(Image));
19 fwCampDeclareAccessor((fwMedData)(ImageSeries), (fwMedData)(DicomSeries));
Namespace containing medical data.
Contains the representation of the data objects used in the framework.