Maze Builder Docs 6.0.1
|
Configuration class for the maze builder. More...
#include <configurator.h>
Public Member Functions | |
configurator & | rows (unsigned int r) noexcept |
configurator & | columns (unsigned int c) noexcept |
configurator & | levels (unsigned int l) noexcept |
configurator & | _algo (algo _a) noexcept |
configurator & | seed (unsigned int s) noexcept |
configurator & | distances (bool d) noexcept |
configurator & | output (const std::string &s) noexcept |
unsigned int | rows () const noexcept |
unsigned int | columns () const noexcept |
unsigned int | levels () const noexcept |
algo | _algo () const noexcept |
unsigned int | seed () const noexcept |
bool | distances () const noexcept |
std::string | output () const noexcept |
Configuration class for the maze builder.