![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
Go to the source code of this file.
Classes | |
| class | frechet::fs::GridAxis |
| a grid axis maps the segments of the input curve to an axis of the free-space diagram. More... | |
| class | frechet::fs::Grid |
| performs mappings to and from the free-space grid More... | |
Namespaces | |
| frechet | |
| global definitions for all algorithms. | |
| frechet::fs | |
| classes for computing the free-space diagram | |
Typedefs | |
| typedef std::vector< LineStyle > | LineStyleVector |
Enumerations | |
| enum | LineStyle { DEFAULT =0, SOLID, THIN, DOTTED, NONE } |
| display style of grid lines in free-space diagram More... | |
| typedef std::vector<LineStyle> LineStyleVector |
| enum LineStyle |
display style of grid lines in free-space diagram
| Enumerator | |
|---|---|
| DEFAULT | default is a solid line, unless overriden by
|
| SOLID | draw a solid line |
| THIN | draw a thin, solid line |
| DOTTED | draw a dotted line |
| NONE | draw no grid line |