Planeshift
|
Template class for implementing waypoint filtering when calculating routes. More...
#include <pspathnetwork.h>
Public Member Functions | |
virtual bool | Filter (const Waypoint *wp) const =0 |
Called to check if a waypoint should be filters. |
Template class for implementing waypoint filtering when calculating routes.
Definition at line 49 of file pspathnetwork.h.
virtual bool psPathNetwork::RouteFilter::Filter | ( | const Waypoint * | wp | ) | const [pure virtual] |
Called to check if a waypoint should be filters.
Implemented in WanderOperation::WanderRouteFilter.