|
Maze Builder Docs 7.5.6
|
Transform a maze into a Wavefront object string. More...
#include <wavefront_object_helper.h>
Public Member Functions | |
| virtual bool | run (grid_interface *g, randomizer &rng) const noexcept override |
| Run the wavefront object helper algorithm. | |
Public Member Functions inherited from mazes::algo_interface | |
Transform a maze into a Wavefront object string.
|
overridevirtualnoexcept |
Run the wavefront object helper algorithm.
| g | The grid to process |
| rng | The randomizer to use |
Implements mazes::algo_interface.