File detail/algorithm/simplification.cpp#
FileList > algorithm > simplification.cpp
Go to the source code of this file
#include "SFCGAL/algorithm/simplification.h"
#include "SFCGAL/GeometryCollection.h"
#include "SFCGAL/LineString.h"
#include "SFCGAL/MultiLineString.h"
#include "SFCGAL/MultiPolygon.h"
#include "SFCGAL/Point.h"
#include "SFCGAL/Polygon.h"
#include "SFCGAL/PolyhedralSurface.h"
#include "SFCGAL/Triangle.h"
#include "SFCGAL/TriangulatedSurface.h"
#include "SFCGAL/detail/ConstraintInfo.h"
#include "SFCGAL/detail/SegmentStore.h"
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
#include <CGAL/Constrained_triangulation_face_base_2.h>
#include <CGAL/Constrained_triangulation_plus_2.h>
#include <CGAL/Polyline_simplification_2/simplify.h>
#include <CGAL/Projection_traits_xy_3.h>
#include <CGAL/Triangulation_face_base_2.h>
#include <CGAL/Triangulation_vertex_base_2.h>
#include <algorithm>
#include <functional>
#include <map>
#include <memory>
#include <vector>
Namespaces#
Type | Name |
---|---|
namespace | SFCGAL Default SFCGAL namespace. |
namespace | detail Implementation details namespace. |
The documentation for this class was generated from the following file /builds/sfcgal/SFCGAL/src/detail/algorithm/simplification.cpp