![]() |
EMODnet Quantized Mesh Generator for Cesium
|
Simplifies the input point set using the WLOP algorithm, and triangulates it in the 2D plane. More...
#include <vector>
#include <fstream>
#include "tin_creation/tin_creation_cgal_types.h"
#include "cgal/cgal_utils.h"
#include <CGAL/wlop_simplify_and_regularize_point_set.h>
#include <CGAL/IO/read_xyz_points.h>
#include <CGAL/Timer.h>
#include <CGAL/Memory_sizer.h>
#include <CGAL/IO/Polyhedron_iostream.h>
#include "cgal/polyhedron_builder_from_projected_triangulation.h"
#include <boost/program_options.hpp>
Typedefs | |
typedef CGAL::Sequential_tag | Concurrency_tag |
Functions | |
int | main (int argc, char *argv[]) |
Simplifies the input point set using the WLOP algorithm, and triangulates it in the 2D plane.