fw4spl
|
This class defines some helper for the structure traits. More...
#include <StructureTraitsHelper.hpp>
Public Types | |
typedef ::boost::bimaps::bimap< ::fwData::StructureTraits::StructureClass, std::string > | ClassTranslatorType |
typedef ::boost::bimaps::bimap< ::fwData::StructureTraits::Category, std::string > | CategoryTranslatorType |
Static Public Attributes | |
static FWDATA_API const ClassTranslatorType | s_CLASSTRANSLATOR |
Map to translate structure class (string vs enum) More... | |
static FWDATA_API const CategoryTranslatorType | s_CATEGORYTRANSLATOR |
Map to translate structure categories (string vs enum) More... | |
This class defines some helper for the structure traits.
Definition at line 21 of file StructureTraitsHelper.hpp.
|
static |
Map to translate structure categories (string vs enum)
Definition at line 32 of file StructureTraitsHelper.hpp.
Referenced by fwDataIO::reader::DictionaryReader::read().
|
static |
Map to translate structure class (string vs enum)
Definition at line 28 of file StructureTraitsHelper.hpp.
Referenced by fwDataIO::reader::DictionaryReader::read().