Skip to content

Commit

Permalink
Refacto to make edge_collapse independant
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrzeczkowicz committed Nov 14, 2023
1 parent 6224364 commit fc3df24
Show file tree
Hide file tree
Showing 7 changed files with 489 additions and 403 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ target_link_libraries(compute-LOD2 PRIVATE CGAL::CGAL GDAL::GDAL Ceres::ceres Ei
# Creating entries for target: do-edge-collapse
# ############################

add_executable( do-edge-collapse main_edge_collapse.cpp raster.cpp edge_collapse.cpp)
add_executable( do-edge-collapse main_edge_collapse.cpp edge_collapse.cpp)

add_to_cached_list( CGAL_EXECUTABLE_TARGETS do-edge-collapse )

Expand Down
1 change: 0 additions & 1 deletion bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <CGAL/Polygon_mesh_processing/intersection.h>
#include <CGAL/Polygon_mesh_processing/border.h>
#include <CGAL/Polygon_mesh_processing/triangulate_hole.h>
#include <CGAL/Polygon_mesh_processing/orientation.h>
#include <CGAL/Polygon_mesh_processing/corefinement.h>
#include <CGAL/Polygon_mesh_processing/extrude.h>
#include <CGAL/Side_of_triangle_mesh.h>
Expand Down
1 change: 0 additions & 1 deletion code.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include <ogrsf_frmts.h>
#include <CGAL/IO/WKT.h>
#include <CGAL/Polygon_mesh_processing/orientation.h>

std::list<Polygon> get_LOD0_from_shapefile(char *path) {
GDALAllRegister();
Expand Down
Loading

0 comments on commit fc3df24

Please sign in to comment.