23 #ifndef SRC_importers_MAZEMATRIXIMPORTER_HPP_
24 #define SRC_importers_MAZEMATRIXIMPORTER_HPP_
26 #include <importers/Importer.hpp>
28 #include <types/MatrixTypes.hpp>
81 typedef mic::types::Sample<mic::types::MatrixXi, size_t>
MazeSample;
87 typedef mic::types::Batch<mic::types::MatrixXi, size_t>
MazeBatch;
mic::configuration::Property< std::string > data_filename
mic::types::Batch< mic::types::MatrixXi, size_t > MazeBatch
The <MatrixXi-size_t> batch type used by Maze Importer.
size_t maze_height
Height of a maze.
size_t maze_width
Width of a maze.
virtual void initializePropertyDependentVariables()
MazeMatrixImporter(std::string node_name_="maze_importer")
mic::types::Sample< mic::types::MatrixXi, size_t > MazeSample
The <MatrixXi-size_t> sample type used by Maze Importer.
virtual ~MazeMatrixImporter()