![]() |
EMODnet Quantized Mesh Generator for Cesium
|
Detects sharp edges in a surface mesh without including border edges (PMP::sharp_edges_segmentation includes them) More...
#include <iostream>
#include <fstream>
#include <map>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Surface_mesh.h>
#include <boost/program_options.hpp>
#include "cgal/detect_sharp_edges_without_borders.h"
#include "cgal/extract_polylines_from_sharp_edges.h"
Functions | |
int | main (int argc, char **argv) |
Detects sharp edges in a surface mesh without including border edges (PMP::sharp_edges_segmentation includes them)
Note that this example uses the Surface_mesh class (and its internal property_maps system). For an example on how to use the same functions with the Polyhedron_3 class, see the function imposeConstraints from the TinCreationSimplificationPointSet class.