7 #ifndef __FWDATACAMP_RECONSTRUCTION_HPP__ 8 #define __FWDATACAMP_RECONSTRUCTION_HPP__ 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> 16 #include "fwDataCamp/config.hpp" 18 fwCampDeclareAccessor((
fwData)(Reconstruction), (
fwData)(Mesh));
19 fwCampDeclareAccessor((
fwData)(Reconstruction), (
fwData)(Image));
20 fwCampDeclareAccessor((
fwData)(Reconstruction), (
fwData)(Material));
Contains the representation of the data objects used in the framework.