#include <msmazes/core/fsm/input/maker_no.hpp>
Currently, you must use this struct if you want to build a maze on top of a SpherePattern
with more than one spherical layer.
Public Types | |
typedef boost::mpl::false_ | RequiresSingleLayer |
typedef boost::mpl::false_ | RequiresLastVisitedMap |
Static Public Member Functions | |
template<typename Pattern> | |
Pattern::CellIndex | getInputCount (const Pattern &pattern) |
template<typename Pattern> | |
Pattern::CellIndex | getInput (const Pattern &pattern, const typename Pattern::CellIndex previous_cell_i, const typename Pattern::CellIndex current_cell_i, const typename Pattern::CellIndex next_cell_i) |
|
This FSM Input Maker does not require a single layer. |
|
This FSM Input Maker does not require a last-visited map. |
|
Not used. |
|
Not used. |
Multi-State Mazes in C++ is hosted by . Use the Table of Contents for navigation.