20 int get_block_id()
const noexcept;
22 bool has_distances()
const noexcept;
24 std::tuple<int, int, int> get_dimensions()
const noexcept;
26 std::string_view str()
const noexcept;
Configuration class for the maze builder.
Definition configurator.h:14
Data class representing a 2D or 3D maze.
Definition maze.h:16
Namespace for the maze builder.
Definition algo_interface.h:9