7 #ifndef __FWDATA_STRUCTURETRAITSHELPER_HPP__ 8 #define __FWDATA_STRUCTURETRAITSHELPER_HPP__ 10 #include "fwData/config.hpp" 11 #include "fwData/StructureTraits.hpp" 13 #include <boost/bimap/bimap.hpp> 26 typedef ::boost::bimaps::bimap< ::fwData::StructureTraits::StructureClass, std::string > ClassTranslatorType;
30 typedef ::boost::bimaps::bimap< ::fwData::StructureTraits::Category, std::string > CategoryTranslatorType;
38 #endif // __FWDATA_STRUCTURETRAITSHELPER_HPP__ This class defines some helper for the structure traits.
static FWDATA_API const ClassTranslatorType s_CLASSTRANSLATOR
Map to translate structure class (string vs enum)
static FWDATA_API const CategoryTranslatorType s_CATEGORYTRANSLATOR
Map to translate structure categories (string vs enum)
Contains the representation of the data objects used in the framework.