Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::ShortestPathDebugResult Struct Reference

Result bundle for shortest-path + funnel portal visualization. More...

#include <tikzgeom_algorithms.H>

Collaboration diagram for Aleph::ShortestPathDebugResult:
[legend]

Public Attributes

DynList< Pointpath
 
Array< FunnelPortalportals
 

Detailed Description

Result bundle for shortest-path + funnel portal visualization.

Definition at line 1238 of file tikzgeom_algorithms.H.

Member Data Documentation

◆ path

DynList<Point> Aleph::ShortestPathDebugResult::path

Definition at line 1240 of file tikzgeom_algorithms.H.

◆ portals

Array<FunnelPortal> Aleph::ShortestPathDebugResult::portals

Definition at line 1241 of file tikzgeom_algorithms.H.

Referenced by main().


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