fw4spl
amp/include/fwDataCamp/Reconstruction.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 __FWDATACAMP_RECONSTRUCTION_HPP__
8 #define __FWDATACAMP_RECONSTRUCTION_HPP__
9 
10 #include <fwCamp/macros.hpp>
11 #include <fwData/Image.hpp>
12 #include <fwData/Material.hpp>
13 #include <fwData/Mesh.hpp>
14 #include <fwData/Reconstruction.hpp>
15 
16 #include "fwDataCamp/config.hpp"
17 
18 fwCampDeclareAccessor((fwData)(Reconstruction), (fwData)(Mesh));
19 fwCampDeclareAccessor((fwData)(Reconstruction), (fwData)(Image));
20 fwCampDeclareAccessor((fwData)(Reconstruction), (fwData)(Material));
21 
22 #endif /* __FWDATACAMP_RECONSTRUCTION_HPP__ */
Contains the representation of the data objects used in the framework.