#include <iostream>#include <math.h>Include dependency graph for simplifyPolyline.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | Point |
Functions | |
| double | dPointToLine (Point L1, Point L2, Point P) |
| void | simplifyPolyline (Point *poly, int start, int end, double tolerance, int *marker) |
Definition at line 10 of file simplifyPolyline.h.
References dist, Point::x, and Point::y.
Referenced by simplifyPolyline().
| void simplifyPolyline | ( | Point * | poly, | |
| int | start, | |||
| int | end, | |||
| double | tolerance, | |||
| int * | marker | |||
| ) |
Definition at line 49 of file simplifyPolyline.h.
References dist, and dPointToLine().
Referenced by simplifyPolySHP().
Here is the call graph for this function:

1.5.2