![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
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... | |
int frechet::reach::Structure::SingleCellAuxData::arr[2] |
F arrangements.
Definition at line 379 of file structure.h.
data::Interval frechet::reach::Structure::SingleCellAuxData::F[2][2] |
Free-Space edges.
Definition at line 377 of file structure.h.
PointerInterval frechet::reach::Structure::SingleCellAuxData::P[2][2] |
min/max for each rectangle edge
Definition at line 383 of file structure.h.
Pointer frechet::reach::Structure::SingleCellAuxData::seg[2][2][5] |
reachability rectangle segments
Definition at line 381 of file structure.h.