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

Full trace for shortest-path funnel processing. More...

#include <tikzgeom_algorithms.H>

Collaboration diagram for Aleph::FunnelTraceResult:
[legend]

Public Attributes

Array< FunnelPortalportals
 
Array< FunnelTraceStepsteps
 
Array< Pointfinal_path
 

Detailed Description

Full trace for shortest-path funnel processing.

Definition at line 1261 of file tikzgeom_algorithms.H.

Member Data Documentation

◆ final_path

Array<Point> Aleph::FunnelTraceResult::final_path

Definition at line 1265 of file tikzgeom_algorithms.H.

◆ portals

Array<FunnelPortal> Aleph::FunnelTraceResult::portals

Definition at line 1263 of file tikzgeom_algorithms.H.

Referenced by Aleph::compute_shortest_path_funnel_trace().

◆ steps

Array<FunnelTraceStep> Aleph::FunnelTraceResult::steps

Definition at line 1264 of file tikzgeom_algorithms.H.


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