fw4spl
core/fwMedDataCamp/src/fwMedDataCamp/SeriesDB.cpp
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 #include <fwCamp/UserObject.hpp>
8 
9 #include <fwMedData/Series.hpp>
10 #include <fwMedData/SeriesDB.hpp>
11 
12 //------------------------------------------------------------------------------
13 
14 fwCampImplementDataMacro((fwMedData)(SeriesDB))
15 {
16  builder
17  .tag("object_version", "1")
18  .tag("lib_name", "fwMedData")
19  .base< ::fwData::Object>()
20  .property("values", &::fwMedData::SeriesDB::m_container)
21  ;
22 }
Namespace containing medical data.
Base class for each data object.
ContainerType m_container
Series container.