![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
classes for computing the k-Fréchet Distance.
Classes | |
| class | kAlgorithm |
| The k-Frechet algorithm. More... | |
| class | KWorkerJob |
| background worker job for running the k-Frechet brute-force algorithm. More... | |
| class | MappedInterval |
| attaches a component ID to an interval More... | |
Typedefs | |
| typedef std::vector< MappedInterval > | IntervalMap |
| a vector of MappedInterval objects. Usually these are sorted according to the natural ordering imposed by MappedInterval::operator< More... | |
| typedef std::vector<MappedInterval> frechet::k::IntervalMap |
a vector of MappedInterval objects. Usually these are sorted according to the natural ordering imposed by MappedInterval::operator<
Definition at line 71 of file kalgorithm.h.