Fréchet View  1.6.0
A Tool for Exploring Fréchet Distance Algorithms
frechet::reach::Structure::SingleCellAuxData Struct Reference

Detailed Description

aux. data structure that is used to construct an initial reachability cell

Definition at line 375 of file structure.h.

Public Attributes

data::Interval F [2][2]
 Free-Space edges. More...
 
int arr [2]
 F arrangements. More...
 
Pointer seg [2][2][5]
 reachability rectangle segments More...
 
PointerInterval P [2][2]
 min/max for each rectangle edge More...
 

Member Data Documentation

◆ arr

int frechet::reach::Structure::SingleCellAuxData::arr[2]

F arrangements.

Definition at line 379 of file structure.h.

◆ F

data::Interval frechet::reach::Structure::SingleCellAuxData::F[2][2]

Free-Space edges.

Definition at line 377 of file structure.h.

◆ P

PointerInterval frechet::reach::Structure::SingleCellAuxData::P[2][2]

min/max for each rectangle edge

Definition at line 383 of file structure.h.

◆ seg

Pointer frechet::reach::Structure::SingleCellAuxData::seg[2][2][5]

reachability rectangle segments

Definition at line 381 of file structure.h.


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