fw4spl
fwDataCamp/src/fwDataCamp/Landmarks.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2017.
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 <fwData/Landmarks.hpp>
10 
11 fwCampImplementDataMacro((fwData)(Landmarks))
12 {
13  builder.base< ::fwData::Object>()
14  .tag("object_version", "1")
15  .tag("lib_name", "fwData");
16  // property 'landmarks' is not introspected because it contains a struct that is not managed by camp
17  //.property("landmarks", &::fwData::Landmarks::m_landmarks);
18 }
19 
Base class for each data object.
Contains the representation of the data objects used in the framework.