Maze_Solver  1.0
A Maze Solver Algorithm for BotnRoll ONE A
Path Class Reference

#include <Path.h>

Public Member Functions

String getPath ()
 retrieves the path More...
 
void setPath (String newPath)
 sets the path More...
 
void updatePath (MoveType newMove)
 inserts a newMove to the path More...
 
void getShortestPath (Path &exploredPath)
 calculates and retrieves the shortest path from the given exploredPath More...
 

Member Function Documentation

String Path::getPath ( )

retrieves the path

void Path::getShortestPath ( Path exploredPath)

calculates and retrieves the shortest path from the given exploredPath

void Path::setPath ( String  newPath)

sets the path

void Path::updatePath ( MoveType  newMove)

inserts a newMove to the path


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