Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
mazes::maze Class Reference

Data class representing a 2D or 3D maze. More...

#include <maze.h>

Public Types

using pqmap = std::unordered_map<std::pair<int, int>, std::tuple<int, int, int, int>, pair_hash>
 

Public Member Functions

 maze (unsigned int rows, unsigned int columns, unsigned int levels=1)
 
 maze (std::unique_ptr< grid_interface > &&g)
 
unsigned int get_rows () const noexcept
 
unsigned int get_columns () const noexcept
 
unsigned int get_levels () const noexcept
 
bool has_distances () const noexcept
 
int get_block_id () const noexcept
 
std::optional< std::tuple< int, int, int, int > > find_block (int x, int z) const noexcept
 
void intopq (int x, int y, int z, int w) noexcept
 
const std::unique_ptr< grid_interface > & get_grid () const noexcept
 

Detailed Description

Data class representing a 2D or 3D maze.


The documentation for this class was generated from the following file: