▼ src | |
▼ apps | |
dem2tin.cpp | Creates a Triangulated Irregular Network (TIN) out of a raster digital elevation model (DEM) |
qm_tiler.cpp | Creates the tiles of a GDAL raster terrain in Cesium's Quantized Mesh format |
▼ base | |
borders_data.h | |
crs_conversions.h | |
ellipsoid.h | |
gzip_file_reader.h | |
gzip_file_writer.h | |
misc_utils.h | |
quantized_mesh.h | |
quantized_mesh_tile.h | |
quantized_mesh_tiler.h | |
quantized_mesh_tiles_pyramid_builder.h | |
tile_border_vertices.h | |
zoom_tiles_border_vertices_cache.h | |
zoom_tiles_scheduler.h | |
▼ cgal | |
border_edges_are_constrained_edge_map.h | |
cgal_utils.h | Set of miscellaneous functions extending the functionality of the CGAL library |
corner_vertices_are_constrained_vertex_map.h | |
detect_sharp_edges_without_borders.h | |
extract_polylines_from_sharp_edges.h | |
extract_tile_borders_from_polyhedron.h | |
further_constrained_placement.h | |
generate_border_features_polylines.h | |
point_set_features_simplification_cost.h | |
polyhedron_builder_from_c3t3_boundary.h | |
polyhedron_builder_from_projected_triangulation.h | |
Projection_traits_3_extended.h | |
surface_mesh_from_projected_triangulation.h | |
▼ dev-tests | |
compute_statistics.cpp | Computes some statistics from the tiles |
detect_features_without_borders.cpp | Detects sharp edges in a surface mesh without including border edges (PMP::sharp_edges_segmentation includes them) |
hierarchy_simplification.cpp | Simplifies a mesh using CGAL maintaining the edges on the border |
qm_parser.cpp | Parses a quantized mesh terrain file and outputs some information in plain text on screen |
remesh_preserving_borders.cpp | Modification of the example in CGAL (4.9) for remeshing a polyhedron domain, located at: CGAL/examples/Mesh_3/remesh_polyhedral_surface.cpp |
simplify_preserving_border_edges.cpp | Modification of the example in CGAL (4.9) for simplifying a mesh maintaining border edges, located at: CGAL/examples/Surface_mesh_simplification/edge_collapse_constrained_border_surface_mesh.cpp |
test_check_borders.cpp | Checks the consistency between neighboring tiles at borders |
test_read_write.cpp | Reads a quantized mesh terrain file, writes it to disk, and reads it back |
wlop_simplification.cpp | Simplifies the input point set using the WLOP algorithm, and triangulates it in the 2D plane |
▼ tin_creation | |
tin_creation_cgal_types.h | |
tin_creation_delaunay_strategy.h | |
tin_creation_greedy_insertion_strategy.h | |
tin_creation_remeshing_strategy.h | |
tin_creation_simplification_lindstrom_turk_strategy.h | |
tin_creation_simplification_point_set.h | |
tin_creation_simplification_point_set_grid.h | |
tin_creation_simplification_point_set_hierarchy.h | |
tin_creation_simplification_point_set_random.h | |
tin_creation_simplification_point_set_wlop.h | |
tin_creation_utils.h | |
tin_creator.h | |