#include <pathfinder.h>
Public Member Functions | |
| virtual const bool | operator() (const NODETYPE &start, const NODETYPE &end)=0 |
| Determintes if a direct state change is possible. | |
| virtual const bool Pathfinder::IMoveBlocked< NODETYPE >::operator() | ( | const NODETYPE & | start, | |
| const NODETYPE & | end | |||
| ) | [pure virtual] |
Determintes if a direct state change is possible.
For this method to return true, the path from start to end must be direct, with no intermediate states between.
| start | The initial state | |
| end | The final state |
1.5.7.1