Maze Builder Docs 6.0.1
|
This is the complete list of members for mazes::distance_grid, including all inherited members.
append(std::shared_ptr< grid_interface > const &other_grid) noexcept | mazes::grid | virtual |
background_color_for(const std::shared_ptr< cell > &c) const noexcept override | mazes::distance_grid | virtual |
binary_tree (defined in mazes::distance_grid) | mazes::distance_grid | friend |
contents_of(const std::shared_ptr< cell > &c) const noexcept override | mazes::distance_grid | virtual |
del(std::shared_ptr< cell > parent, int index) noexcept | mazes::grid | virtual |
dfs (defined in mazes::distance_grid) | mazes::distance_grid | friend |
distance_grid(unsigned int width, unsigned int length, unsigned int height=1u) (defined in mazes::distance_grid) | mazes::distance_grid | explicit |
get_dimensions() const noexcept override | mazes::grid | virtual |
get_distances() const noexcept (defined in mazes::distance_grid) | mazes::distance_grid | |
grid(unsigned int rows, unsigned int columns, unsigned int height=1u) | mazes::grid | explicit |
grid(std::tuple< unsigned int, unsigned int, unsigned int > dimensions) | mazes::grid | explicit |
grid(const grid &other) | mazes::grid | |
grid(grid &&other) noexcept | mazes::grid | |
insert(std::shared_ptr< cell > const &parent, int index) noexcept | mazes::grid | virtual |
m_binary_search_tree_root (defined in mazes::grid) | mazes::grid | protected |
make_opt(const G g) noexcept (defined in mazes::grid) | mazes::grid | inlinestatic |
operator=(const grid &other) | mazes::grid | |
operator=(grid &&other) noexcept | mazes::grid | |
search(std::shared_ptr< cell > const &start, int index) const noexcept | mazes::grid | virtual |
sidewinder (defined in mazes::distance_grid) | mazes::distance_grid | friend |
to_vec(std::vector< std::shared_ptr< cell > > &cells) const noexcept override | mazes::grid | virtual |
to_vec2(std::vector< std::vector< std::shared_ptr< cell > > > &cells) const noexcept override | mazes::grid | virtual |
update(std::shared_ptr< cell > &parent, int old_index, int new_index) noexcept | mazes::grid | virtual |
~grid() | mazes::grid | virtual |