fw4spl
amp/src/fwMedDataCamp/NavigationSeries.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 "fwMedDataCamp/camp/mapper.hpp"
8 
9 #include <fwCamp/UserObject.hpp>
10 
11 #include <fwMedData/NavigationSeries.hpp>
12 
13 //------------------------------------------------------------------------------
14 
15 fwCampImplementDataMacro((fwMedData)(NavigationSeries))
16 {
17  builder
18  .tag("object_version", "1")
19  .tag("lib_name", "fwMedData")
20  .base< ::fwMedData::Series>()
21  .property("position", &::fwMedData::NavigationSeries::m_position)
22  .property("move", &::fwMedData::NavigationSeries::m_move)
23  .property("look_at", &::fwMedData::NavigationSeries::m_lookAt)
24  ;
25 }
Namespace containing medical data.