![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
#include <algorithm.h>#include <data/matrix_pool.h>#include <tbb/tbb.h>#include <tbb/combinable.h>#include <tbb/enumerable_thread_specific.h>#include <tbb/flow_graph.h>#include <tbb/task_group.h>#include <frechet/app/concurrency.h>Go to the source code of this file.
Classes | |
| class | frechet::poly::AlgorithmSingleCore |
| Sequential implementation for a single processor core. More... | |
| class | frechet::poly::AlgorithmMultiCore |
| Multi-Core implementaion. Uses Intel TBB to perform some parallel computation. More... | |
| class | frechet::poly::AlgorithmTopoSort |
| implementation with a sorted call-graph. More... | |
Namespaces | |
| frechet | |
| global definitions for all algorithms. | |
| frechet::poly | |
| classes for computing the Fréchet Distance on simple polygons. | |