|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
One SSFA (funnel) iteration snapshot. More...
#include <tikzgeom_algorithms.H>
Public Attributes | |
| size_t | portal_index = 0 |
| Point | portal_left |
| Point | portal_right |
| Point | apex |
| Point | left_boundary |
| Point | right_boundary |
| Array< Point > | committed_path |
| bool | tightened_left = false |
| bool | tightened_right = false |
| bool | emitted_left = false |
| bool | emitted_right = false |
One SSFA (funnel) iteration snapshot.
Definition at line 1245 of file tikzgeom_algorithms.H.
| Point Aleph::FunnelTraceStep::apex |
Definition at line 1250 of file tikzgeom_algorithms.H.
Definition at line 1253 of file tikzgeom_algorithms.H.
Definition at line 1256 of file tikzgeom_algorithms.H.
Definition at line 1257 of file tikzgeom_algorithms.H.
| Point Aleph::FunnelTraceStep::left_boundary |
Definition at line 1251 of file tikzgeom_algorithms.H.
| size_t Aleph::FunnelTraceStep::portal_index = 0 |
Definition at line 1247 of file tikzgeom_algorithms.H.
Referenced by Aleph::compute_shortest_path_funnel_trace().
| Point Aleph::FunnelTraceStep::portal_left |
Definition at line 1248 of file tikzgeom_algorithms.H.
| Point Aleph::FunnelTraceStep::portal_right |
Definition at line 1249 of file tikzgeom_algorithms.H.
| Point Aleph::FunnelTraceStep::right_boundary |
Definition at line 1252 of file tikzgeom_algorithms.H.
Definition at line 1254 of file tikzgeom_algorithms.H.
Definition at line 1255 of file tikzgeom_algorithms.H.