FIFE
2008.0
|
#include <routepathersearch.h>
Public Types | |
enum | SearchStatus |
Public Member Functions | |
int | getSessionId () const |
SearchSpace * | getSearchSpace () const |
int | getSearchStatus () const |
Protected Member Functions | |
void | setSearchStatus (const SearchStatus status) |
RoutePatherSearch using A*
For now this class uses offline A*, however eventually this will be switched over to RTA*.
Definition at line 45 of file routepathersearch.h.
An enumeration of the different status the search can be in.
Definition at line 53 of file routepathersearch.h.
|
inline |
Retrieves the pather.
Definition at line 75 of file routepathersearch.h.
|
inline |
A small function which returns the current status of the search.
Definition at line 83 of file routepathersearch.h.
|
inline |
Retrieves the session id.
Definition at line 67 of file routepathersearch.h.
|
inlineprotected |
Sets the current status of the search.
status | The status to set. |
Definition at line 92 of file routepathersearch.h.