![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
mapping within a GraphModel
Definition at line 175 of file graph_model.h.
#include <graph_model.h>
Public Member Functions | |
BoundsIndex (int i, Bias b) | |
default constructor More... | |
BoundsIndex | operator+ (int offset) const |
shift operator More... | |
Public Attributes | |
int | index |
index of node in reachability graph More... | |
Bias | bias |
bias: inclusive to lower / upper interval More... | |
|
inline |
default constructor
i | index of node in reachability graph |
b | bias: inclusive to lower / upper interval |
Definition at line 185 of file graph_model.h.
|
inline |
shift operator
offset | offset to add to node index |
Definition at line 191 of file graph_model.h.
Bias frechet::reach::BoundsIndex::bias |
bias: inclusive to lower / upper interval
Definition at line 179 of file graph_model.h.
int frechet::reach::BoundsIndex::index |
index of node in reachability graph
Definition at line 177 of file graph_model.h.