File: visvalingam.h

package info (click to toggle)
tilemaker 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 83,488 kB
  • sloc: cpp: 29,461; ansic: 12,510; makefile: 229; ruby: 77; sh: 43
file content (10 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/*! \file */ 
#ifndef _VISVALINGAM_H
#define _VISVALINGAM_H

// Visvalingam simplify
Linestring simplifyVis(const Linestring &ls, double max_distance);
Polygon simplifyVis(const Polygon &p, double max_distance);
MultiPolygon simplifyVis(const MultiPolygon &mp, double max_distance);

#endif //_VISVALINGAM_H