Planeshift
psPathNetwork::RouteFilter Class Referenceabstract

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. More...
 

Detailed Description

Template class for implementing waypoint filtering when calculating routes.

Definition at line 49 of file pspathnetwork.h.

Member Function Documentation

virtual bool psPathNetwork::RouteFilter::Filter ( const Waypoint wp) const
pure virtual

Called to check if a waypoint should be filters.

Implemented in WanderOperation::WanderRouteFilter.


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