Maze Builder Docs 6.7.5
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NmazesNamespace for the maze builder
 Calgo_interfaceInterface for runnable algorithms
 CargsCommand-line argument handler with JSON support
 Cbase64_helperBase64 encoding and decoding helper class
 Cbinary_treeBinary tree algorithm for generating mazes
 Cbuild_info
 CcellCell class with links to other cells
 Ccolored_grid
 CconfiguratorConfiguration class for arguments
 CdfsDepth-first search algorithm for generating mazes
 Cdistance_gridA grid that can calculate distances between cells
 CdistancesA class that manages distances associated with cells in a grid
 Cfactory_interface
 CgridGeneral purpose grid class for 2D maze generation
 Cgrid_factoryGrid_factory provides a way to create grids with algorithms applied
 Cgrid_interfaceInterface for the grid class
 Cgrid_operationsInterface for grid navigation and manipulation operations
 Cjson_helperJSON helper class
 ClabHolds mazes and provides search functions
 Cobjectify
 Cpair_hashHashing function to store a block's (x, z) position
 Cpixels
 CprogressSimple clock for elapsed events
 CrandomizerProvides random-number generating capabilities
 CsidewinderSidewinder algorithm for generating mazes
 Csingleton_base
 Cstring_view_utilsString helper class
 Cstringify
 Ctri_hashHashing function to store a block's (x, y, z) position
 Cuni_hashA hash function object for a single value
 Cwavefront_object_helperTransform a maze into a Wavefront object string
 Cweak_ptr_hashHashing function to store a weak_ptr
 CwriterHandles file writing for text, stdout, images, and object files