23 #ifndef SRC_importers_IBMFONTMATRIXIMPORTER_HPP_
24 #define SRC_importers_IBMFONTMATRIXIMPORTER_HPP_
46 namespace configuration {
58 return boost::lexical_cast<std::string>((
unsigned int)val);
71 std::stringstream ss(str);
121 mic::configuration::Property<IBMfont_t>
font_type;
static mic::importers::IBMfont_t fromStr(const std::string &str)
static std::string toStr(const mic::importers::IBMfont_t &val)
Contains definition of basic matrix datatypes derived from Eigen.
mic::configuration::Property< IBMfont_t > font_type
Parent class for all data importers.
Contains declaration (and definition) of base template class of all data importers.
IBMFontMatrixImporter(std::string node_name_="ibm_font_matrix_importer")
Loads characters of size 16x16.
Importer responsible for importing/loading characters from IBM VGA font dataset.
virtual void initializePropertyDependentVariables()
Loads characters of size 8x8.
virtual ~IBMFontMatrixImporter()