![]() |
EMODnet Quantized Mesh Generator for Cesium
|
Modification of the example in CGAL (4.9) for remeshing a polyhedron domain, located at: CGAL/examples/Mesh_3/remesh_polyhedral_surface.cpp. More...
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Mesh_triangulation_3.h>
#include <CGAL/Mesh_complex_3_in_triangulation_3.h>
#include <CGAL/Mesh_criteria_3.h>
#include <CGAL/Polyhedral_mesh_domain_with_features_3.h>
#include <CGAL/make_mesh_3.h>
#include "cgal/polyhedron_builder_from_c3t3_boundary.h"
#include <boost/program_options.hpp>
Functions | |
Polylines | myDetectBorders (Polyhedron &surface) |
Polylines | myDetectBordersSoft (Polyhedron &p) |
int | main (int argc, char **argv) |
Modification of the example in CGAL (4.9) for remeshing a polyhedron domain, located at: CGAL/examples/Mesh_3/remesh_polyhedral_surface.cpp.
This version provides more user parameters to tune.