
#include <msmazes/core/pattern/physical.hpp>
TesselationFormerGenerator specialization is a user-specialized unary Metafunction Class whose return type models a Tesselation Former for a Physical Pattern.
| Parameter | Requirement | Description |
|---|---|---|
TesselationSelector | Any instance must be an acceptable argument during initialization of the physical pattern. | The selector struct that will determine the formation of the physical pattern. |
| Expression | Return Type | Semantics |
|---|---|---|
typedef boost::mpl::apply< TesselationFormerGenerator, TesselationSelector >::type tf; | Tesselation Former | tf will create the physical pattern's cells and their connections. |
Multi-State Mazes in C++ is hosted by . Use the Table of Contents for navigation.