![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
#include <QVector>
#include <QPolygon>
#include <QLineF>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | frechet::data::Rect |
a very simple Rectangle structure, with integer boundaries. More... | |
Namespaces | |
frechet | |
global definitions for all algorithms. | |
frechet::data | |
customized data containers. | |
Typedefs | |
typedef QPointF | frechet::data::Point |
a point in the plane; with double floating point precision. This type is heavily used throughout all Fréchet distance algorithms. More... | |
typedef QPolygonF | frechet::data::Curve |
a polygonal curve in the plane; with double floating point precision. This type is heavily used throughout all Fréchet distance algorithms. More... | |
typedef QVector< Curve > | frechet::data::CurveList |
a list of polygonal curves More... | |
typedef unsigned int | frechet::data::component_id_t |
used as identifier for free-space components More... | |