![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
#include <types.h>
#include <interval.h>
#include <components.h>
#include <array2d.h>
#include <numeric.h>
#include <QLineF>
#include <cmath>
#include <boost/smart_ptr.hpp>
#include <freespace_impl.h>
Go to the source code of this file.
Classes | |
class | frechet::fs::Cell |
holds data for one cell of the free-space diagram More... | |
class | frechet::fs::FreeSpace |
The FreeSpace class models the Free-Space Diagram calculated from two curves. More... | |
Namespaces | |
frechet | |
global definitions for all algorithms. | |
frechet::fs | |
classes for computing the free-space diagram | |