Public Member Functions

Maze Class Reference

List of all members.

Public Member Functions

void SaveMazeToFile (string filename, pair< int, int > startingCoords, int direction)
void GenerateMaze (pair< int, int > submazeDim)
bool IsExit (pair< int, int > position)
bool IsThereWallAhead (pair< int, int > position, int direction)
int GetWidth (void)
int GetHeight (void)
double FindMetric (pair< int, int > position)

Detailed Description

Definition at line 11 of file Maze.h.


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