Clean up Skin_surface as Unique_hash_map is not used at all

This commit is contained in:
Andreas Fabri 2022-03-09 13:11:19 +00:00
parent 4eac47f274
commit 7a1aaa40b4
2 changed files with 0 additions and 13 deletions

View File

@ -15,7 +15,6 @@
#include <CGAL/license/Skin_surface_3.h>
// #include <CGAL/Unique_hash_map.h>
#include <CGAL/Compute_anchor_3.h>
#include <CGAL/Triangulation_data_structure_3.h>
@ -254,12 +253,6 @@ private:
struct Index_c4 { Tmc_Vertex_handle V[4]; };
struct Index_c6 { Tmc_Vertex_handle V[6]; };
struct Index_c44 { Tmc_Vertex_handle V[4][4]; };
struct Index_v {
Unique_hash_map < Rt_Vertex_handle, Tmc_Vertex_handle > V;
};
// index to vertex
Unique_hash_map < Rt_Cell_handle, Index_c4 > index_03;
Union_find_anchor anchor_del_uf, anchor_vor_uf;
Simplex_UF_map anchor_del_map, anchor_vor_map;

View File

@ -209,12 +209,6 @@ private:
struct Index_c4 { Tmc_Vertex_handle V[4]; };
struct Index_c6 { Tmc_Vertex_handle V[6]; };
struct Index_c44 { Tmc_Vertex_handle V[4][4]; };
struct Index_v {
Unique_hash_map < Rt_Vertex_handle, Tmc_Vertex_handle > V;
};
// index to vertex
Unique_hash_map < Rt_Cell_handle, Index_c4 > index_03;
Union_find_anchor anchor_vor_uf;
Simplex_UF_map anchor_vor_map;