Delegate AdaptiveGraphRouting.RoutingFilter
Filter function definition.
Namespace: Elements.Spatial.AdaptiveGrid
Assembly: Hypar.Elements.dll
Syntax
public delegate bool RoutingFilter(Vertex start, Vertex end);
Parameters
Type | Name | Description |
---|---|---|
Vertex | start | Last Vertex in the route. |
Vertex | end | Candidate for the next Vertex in the route. |
Returns
Type | Description |
---|---|
System.Boolean |