Fréchet View  1.6.0
A Tool for Exploring Fréchet Distance Algorithms
frechet::k Namespace Reference

Detailed Description

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< MappedIntervalIntervalMap
 a vector of MappedInterval objects. Usually these are sorted according to the natural ordering imposed by MappedInterval::operator< More...
 

Typedef Documentation

◆ 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.