fw4spl
amp/include/fwMedDataCamp/ModelSeries.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 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 #include <fwMedData/ModelSeries.hpp>
15 
16 fwCampDeclareAccessor((fwMedData)(ModelSeries), (fwMedData)(DicomSeries));
Namespace containing medical data.