fw4spl
fwMedDataCamp/include/fwMedDataCamp/ActivitySeries.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_ACTIVITYSERIES_HPP__
8 #define __FWMEDDATACAMP_ACTIVITYSERIES_HPP__
9 
10 #include "fwMedDataCamp/config.hpp"
11 
12 #include <fwCamp/macros.hpp>
13 
14 #include <fwData/Composite.hpp>
15 
16 #include <fwMedData/ActivitySeries.hpp>
17 
18 fwCampDeclareAccessor((fwMedData)(ActivitySeries), (fwData)(Composite));
19 
20 #endif /* __FWMEDDATACAMP_ACTIVITYSERIES_HPP__ */
Namespace containing medical data.
Contains the representation of the data objects used in the framework.