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

One SSFA (funnel) iteration snapshot. More...

#include <tikzgeom_algorithms.H>

Collaboration diagram for Aleph::FunnelTraceStep:
[legend]

Public Attributes

size_t portal_index = 0
 
Point portal_left
 
Point portal_right
 
Point apex
 
Point left_boundary
 
Point right_boundary
 
Array< Pointcommitted_path
 
bool tightened_left = false
 
bool tightened_right = false
 
bool emitted_left = false
 
bool emitted_right = false
 

Detailed Description

One SSFA (funnel) iteration snapshot.

Definition at line 1245 of file tikzgeom_algorithms.H.

Member Data Documentation

◆ apex

Point Aleph::FunnelTraceStep::apex

Definition at line 1250 of file tikzgeom_algorithms.H.

◆ committed_path

Array<Point> Aleph::FunnelTraceStep::committed_path

Definition at line 1253 of file tikzgeom_algorithms.H.

◆ emitted_left

bool Aleph::FunnelTraceStep::emitted_left = false

Definition at line 1256 of file tikzgeom_algorithms.H.

◆ emitted_right

bool Aleph::FunnelTraceStep::emitted_right = false

Definition at line 1257 of file tikzgeom_algorithms.H.

◆ left_boundary

Point Aleph::FunnelTraceStep::left_boundary

Definition at line 1251 of file tikzgeom_algorithms.H.

◆ portal_index

size_t Aleph::FunnelTraceStep::portal_index = 0

Definition at line 1247 of file tikzgeom_algorithms.H.

Referenced by Aleph::compute_shortest_path_funnel_trace().

◆ portal_left

Point Aleph::FunnelTraceStep::portal_left

Definition at line 1248 of file tikzgeom_algorithms.H.

◆ portal_right

Point Aleph::FunnelTraceStep::portal_right

Definition at line 1249 of file tikzgeom_algorithms.H.

◆ right_boundary

Point Aleph::FunnelTraceStep::right_boundary

Definition at line 1252 of file tikzgeom_algorithms.H.

◆ tightened_left

bool Aleph::FunnelTraceStep::tightened_left = false

Definition at line 1254 of file tikzgeom_algorithms.H.

◆ tightened_right

bool Aleph::FunnelTraceStep::tightened_right = false

Definition at line 1255 of file tikzgeom_algorithms.H.


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