fw4spl
amp/include/fwDataCamp/Material.hpp
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 #ifndef __FWDATACAMP_MATERIAL_HPP__
8 #define __FWDATACAMP_MATERIAL_HPP__
9 
10 #include <fwCamp/macros.hpp>
11 #include <fwData/Material.hpp>
12 
13 #include "fwDataCamp/config.hpp"
14 
15 fwCampAutoDeclareEnumMacro((fwData)(Material)(ShadingType));
16 fwCampAutoDeclareEnumMacro((fwData)(Material)(RepresentationType));
17 fwCampAutoDeclareEnumMacro((fwData)(Material)(OptionsType));
18 fwCampAutoDeclareEnumMacro((fwData)(Material)(FilteringType));
19 fwCampAutoDeclareEnumMacro((fwData)(Material)(WrappingType));
20 
21 fwCampDeclareAccessor((fwData)(Material), (fwData)(Color));
22 fwCampDeclareAccessor((fwData)(Material), (fwData)(Image));
23 
24 #endif /* __FWDATACAMP_MATERIAL_HPP__ */
Contains the representation of the data objects used in the framework.