Fréchet View  1.6.0
A Tool for Exploring Fréchet Distance Algorithms
jobs.h File Reference
#include <algorithm.h>
#include <app/workerthread.h>

Go to the source code of this file.

Classes

class  frechet::poly::PolygonWorkerJob
 Abstract base class for executing the algorithm for simple polygons in a background thread. As any worker job, it may be interrupted by the user. More...
 
class  frechet::poly::DecideWorkerJob
 worker job for executing the decision variant of the algorithm for simple polygons. More...
 
class  frechet::poly::OptimisePolyWorkerJob
 worker job for executing the optimisation variant, or approximation variant, of the algorithm for simple polygons. More...
 
class  frechet::poly::OptimiseCurveWorkerJob
 worker job for executing the optimisation variant, or approximation variant, on curves (not on simple polygons). More...
 

Namespaces

 frechet
 global definitions for all algorithms.
 
 frechet::poly
 classes for computing the Fréchet Distance on simple polygons.