Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Nmazes | Namespace for the maze builder |
Calgo_interface | Interface for the maze generation algorithms |
Cargs | Simple argument handler |
Cbase_64_helper | Base64 encoding and decoding helper class |
Cbinary_tree | Binary tree algorithm for generating mazes |
Cbuild_info | Build information for the maze builder library |
Ccell | Cell class for maze generation |
Ccolored_grid | Extension of the grid class to include color information |
Cconfigurator | Configuration class for the maze builder |
Cdfs | Depth-first search algorithm for generating mazes |
Cdistance_grid | A grid that can calculate distances between cells |
Cdistances | Distances utility class for counting paths and nodes |
Cfactory | Factory provides a way to create mazes |
Cgrid | General purpose grid class for maze generation |
Cgrid_interface | Interface for the grid class |
Cjson_helper | JSON helper class |
Cmaze | Data class representing a 2D or 3D maze |
Cpair_hash | Hashing function to store a block's (x, z) position |
Cprogress | Simple clock for elapsed events |
Csidewinder | Sidewinder algorithm for generating mazes |
Cstringz | String helper class |
Cwavefront_object_helper | Transform a maze into a Wavefront object string |
Cwriter | Handles file writing for text, stdout, images, and object files |