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

String helper class. More...

#include <stringz.h>

Static Public Member Functions

static void objectify (const std::unique_ptr< maze > &m, std::vector< std::tuple< int, int, int, int > > &vertices, std::vector< std::vector< std::uint32_t > > &faces) noexcept
 Compute the 3D geometries of a maze.
 
static std::string stringify (const std::unique_ptr< maze > &m) noexcept
 Convert a maze into a string representation.
 

Detailed Description

String helper class.

This class provides methods to convert mazes into string representations

Member Function Documentation

◆ objectify()

static void mazes::stringz::objectify ( const std::unique_ptr< maze > & m,
std::vector< std::tuple< int, int, int, int > > & vertices,
std::vector< std::vector< std::uint32_t > > & faces )
staticnoexcept

Compute the 3D geometries of a maze.

Parameters
mthe maze to convert
verticesthe vertices of the maze
facesthe faces of the maze

◆ stringify()

static std::string mazes::stringz::stringify ( const std::unique_ptr< maze > & m)
staticnoexcept

Convert a maze into a string representation.

Parameters
mthe maze to convert
Returns
the string representation

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